Html Css Color HEX #036ECC Navy Blue

📋 copy color: '#036ECC'

red 3 ◦ green 110 ◦ blue 204

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

Shades of Navy Blue #036ECC

Tints of Navy Blue #036ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.7%

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

R = 0.95%
G = 34.7%
B = 64.35%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#036ECC (or 0x036ECC) is known color: Navy Blue. HEX triplet: 03, 6E and CC. RGB value is (3,110,204). Sum of RGB (Red+Green+Blue) = 3+110+204=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #036ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ECC is #FC9133. Grayscale: #585858. Windows color (decimal): -16552244 or 13397507. OLE color: 13397507.

HSL color Cylindrical-coordinate representation of color #036ECC: hue angle of 208.06º 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 #036ECC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 110 204 -
CMYK 0.99 0.46 0 0.2
HSL 208.06º 0.97% 0.41% -
HSV(B) 208.06º 0.99% 0.8% -
XYZ 16.51 15.53 59.25 -
YUV 88.72 193.05 66.86 -
System Red Green Blue C M Y K H S L
Decimal 3 110 204 0.99 0.46 0 0.2 208.06 0.97 0.41
Hex 3 6E CC 63 2E 0 14 D0 61 29
Octal 3 156 314 143 56 0 24 320 141 51
Binary 11 1101110 11001100 1100011 101110 0 10100 11010000 1100001 101001

Color Harmonies of #036ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ECC

Black with #036ECC

Text Example


Text Example

White with #036ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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