Html Css Color HEX #036CC0 Navy Blue

📋 copy color: '#036CC0'

red 3 ◦ green 108 ◦ blue 192

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

Shades of Navy Blue #036CC0

Tints of Navy Blue #036CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 0.99%
G = 35.64%
B = 63.37%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#036CC0 (or 0x036CC0) is known color: Navy Blue. HEX triplet: 03, 6C and C0. RGB value is (3,108,192). Sum of RGB (Red+Green+Blue) = 3+108+192=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #036CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CC0 is #FC933F. Grayscale: #555555. Windows color (decimal): -16552768 or 12610563. OLE color: 12610563.

HSL color Cylindrical-coordinate representation of color #036CC0: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036CC0 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 108 192 -
CMYK 0.98 0.44 0 0.25
HSL 206.67º 0.97% 0.38% -
HSV(B) 206.67º 0.98% 0.75% -
XYZ 14.91 14.55 51.89 -
YUV 86.18 187.71 68.67 -
System Red Green Blue C M Y K H S L
Decimal 3 108 192 0.98 0.44 0 0.25 206.67 0.97 0.38
Hex 3 6C C0 62 2C 0 19 CF 61 26
Octal 3 154 300 142 54 0 31 317 141 46
Binary 11 1101100 11000000 1100010 101100 0 11001 11001111 1100001 100110

Color Harmonies of #036CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CC0

Black with #036CC0

Text Example


Text Example

White with #036CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,108,192); }

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

background-color css

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

 a { background-color: rgb(3,108,192); }

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

border-color css

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

 span { border-color: rgb(3,108,192); }

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