Html Css Color HEX #036BCC Navy Blue

📋 copy color: '#036BCC'

red 3 ◦ green 107 ◦ blue 204

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

Shades of Navy Blue #036BCC

Tints of Navy Blue #036BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 0.96%
G = 34.08%
B = 64.97%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#036BCC (or 0x036BCC) is known color: Navy Blue. HEX triplet: 03, 6B and CC. RGB value is (3,107,204). Sum of RGB (Red+Green+Blue) = 3+107+204=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #036BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BCC is #FC9433. Grayscale: #565656. Windows color (decimal): -16553012 or 13396739. OLE color: 13396739.

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

Color convert

RGB 3 107 204 -
CMYK 0.99 0.48 0 0.2
HSL 208.96º 0.97% 0.41% -
HSV(B) 208.96º 0.99% 0.8% -
XYZ 16.19 14.89 59.15 -
YUV 86.96 194.04 68.11 -
System Red Green Blue C M Y K H S L
Decimal 3 107 204 0.99 0.48 0 0.2 208.96 0.97 0.41
Hex 3 6B CC 63 30 0 14 D1 61 29
Octal 3 153 314 143 60 0 24 321 141 51
Binary 11 1101011 11001100 1100011 110000 0 10100 11010001 1100001 101001

Color Harmonies of #036BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BCC

Black with #036BCC

Text Example


Text Example

White with #036BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,107,204); }

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

background-color css

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

 a { background-color: rgb(3,107,204); }

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

border-color css

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

 span { border-color: rgb(3,107,204); }

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