Html Css Color HEX #0360BF Navy Blue

📋 copy color: '#0360BF'

red 3 ◦ green 96 ◦ blue 191

#0360BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0360BF

Tints of Navy Blue #0360BF

RGB

 RED value IS 3 (1.56% from 255) = 1.03%

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 191 (75% from 255) = 65.86%

R = 1.03%
G = 33.1%
B = 65.86%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0360BF (or 0x0360BF) is known color: Navy Blue. HEX triplet: 03, 60 and BF. RGB value is (3,96,191). Sum of RGB (Red+Green+Blue) = 3+96+191=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #0360BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0360BF is #FC9F40. Grayscale: #4E4E4E. Windows color (decimal): -16555841 or 12541955. OLE color: 12541955.

HSL color Cylindrical-coordinate representation of color #0360BF: hue angle of 210.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0360BF is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 96 191 -
CMYK 0.98 0.50 0 0.25
HSL 210.32º 0.97% 0.38% -
HSV(B) 210.32º 0.98% 0.75% -
XYZ 13.62 12.15 50.92 -
YUV 79.02 191.19 73.78 -
System Red Green Blue C M Y K H S L
Decimal 3 96 191 0.98 0.50 0 0.25 210.32 0.97 0.38
Hex 3 60 BF 62 32 0 19 D2 61 26
Octal 3 140 277 142 62 0 31 322 141 46
Binary 11 1100000 10111111 1100010 110010 0 11001 11010010 1100001 100110

Color Harmonies of #0360BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360BF

Black with #0360BF

Text Example


Text Example

White with #0360BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0360BF; }

 p { color: rgb(3,96,191); }

 H1.HeaderClassName
 {
   color: #0360BF;
 }
 .AnyTagClassName
 {
   color: #0360BF;
 }
</style>

background-color css

<style>
 a { background-color: #0360BF; }

 a { background-color: rgb(3,96,191); }

 div.DivClassName
 {
   background-color: #0360BF;
 }
 .BgClassName
 {
   background-color: #0360BF;
 }
</style>

border-color css

<style>
 span { border-color: #0360BF; }

 span { border-color: rgb(3,96,191); }

 td.TdClassName
 {
   border-color: #0360BF;
 }
 .TagClassName
 {
   border-color: #0360BF;
 }
</style>