Html Css Color HEX #036FCB Navy Blue

📋 copy color: '#036FCB'

red 3 ◦ green 111 ◦ blue 203

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

Shades of Navy Blue #036FCB

Tints of Navy Blue #036FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 0.95%
G = 35.02%
B = 64.04%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#036FCB (or 0x036FCB) is known color: Navy Blue. HEX triplet: 03, 6F and CB. RGB value is (3,111,203). Sum of RGB (Red+Green+Blue) = 3+111+203=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #036FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FCB is #FC9034. Grayscale: #585858. Windows color (decimal): -16551989 or 13332227. OLE color: 13332227.

HSL color Cylindrical-coordinate representation of color #036FCB: hue angle of 207.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FCB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 111 203 -
CMYK 0.99 0.45 0 0.20
HSL 207.6º 0.97% 0.4% -
HSV(B) 207.6º 0.99% 0.8% -
XYZ 16.5 15.7 58.66 -
YUV 89.2 192.22 66.52 -
System Red Green Blue C M Y K H S L
Decimal 3 111 203 0.99 0.45 0 0.20 207.6 0.97 0.4
Hex 3 6F CB 63 2D 0 14 D0 61 28
Octal 3 157 313 143 55 0 24 320 141 50
Binary 11 1101111 11001011 1100011 101101 0 10100 11010000 1100001 101000

Color Harmonies of #036FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FCB

Black with #036FCB

Text Example


Text Example

White with #036FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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