Html Css Color HEX #036FB8 Navy Blue

📋 copy color: '#036FB8'

red 3 ◦ green 111 ◦ blue 184

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

Shades of Navy Blue #036FB8

Tints of Navy Blue #036FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.74%

R = 1.01%
G = 37.25%
B = 61.74%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#036FB8 (or 0x036FB8) is known color: Navy Blue. HEX triplet: 03, 6F and B8. RGB value is (3,111,184). Sum of RGB (Red+Green+Blue) = 3+111+184=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #036FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FB8 is #FC9047. Grayscale: #565656. Windows color (decimal): -16552008 or 12087043. OLE color: 12087043.

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

Color convert

RGB 3 111 184 -
CMYK 0.98 0.40 0 0.28
HSL 204.2º 0.97% 0.37% -
HSV(B) 204.2º 0.98% 0.72% -
XYZ 14.37 14.85 47.46 -
YUV 87.03 182.72 68.06 -
System Red Green Blue C M Y K H S L
Decimal 3 111 184 0.98 0.40 0 0.28 204.2 0.97 0.37
Hex 3 6F B8 62 28 0 1C CC 61 25
Octal 3 157 270 142 50 0 34 314 141 45
Binary 11 1101111 10111000 1100010 101000 0 11100 11001100 1100001 100101

Color Harmonies of #036FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FB8

Black with #036FB8

Text Example


Text Example

White with #036FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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