Html Css Color HEX #036FB9 Navy Blue

📋 copy color: '#036FB9'

red 3 ◦ green 111 ◦ blue 185

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

Shades of Navy Blue #036FB9

Tints of Navy Blue #036FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

 BLUE value IS 185 (72.66% from 255) = 61.87%

R = 1%
G = 37.12%
B = 61.87%

CMYK

 C value IS 0.98

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#036FB9 (or 0x036FB9) is known color: Navy Blue. HEX triplet: 03, 6F and B9. RGB value is (3,111,185). Sum of RGB (Red+Green+Blue) = 3+111+185=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #036FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FB9 is #FC9046. Grayscale: #565656. Windows color (decimal): -16552007 or 12152579. OLE color: 12152579.

HSL color Cylindrical-coordinate representation of color #036FB9: hue angle of 204.4º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036FB9 is Cyan = 0.98, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 111 185 -
CMYK 0.98 0.4 0 0.27
HSL 204.4º 0.97% 0.37% -
HSV(B) 204.4º 0.98% 0.73% -
XYZ 14.48 14.89 48.01 -
YUV 87.14 183.22 67.98 -
System Red Green Blue C M Y K H S L
Decimal 3 111 185 0.98 0.4 0 0.27 204.4 0.97 0.37
Hex 3 6F B9 62 28 0 1B CC 61 25
Octal 3 157 271 142 50 0 33 314 141 45
Binary 11 1101111 10111001 1100010 101000 0 11011 11001100 1100001 100101

Color Harmonies of #036FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FB9

Black with #036FB9

Text Example


Text Example

White with #036FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036FB9; }

 p { color: rgb(3,111,185); }

 H1.HeaderClassName
 {
   color: #036FB9;
 }
 .AnyTagClassName
 {
   color: #036FB9;
 }
</style>

background-color css

<style>
 a { background-color: #036FB9; }

 a { background-color: rgb(3,111,185); }

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

border-color css

<style>
 span { border-color: #036FB9; }

 span { border-color: rgb(3,111,185); }

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