Html Css Color HEX #036CCC Navy Blue

📋 copy color: '#036CCC'

red 3 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #036CCC

Tints of Navy Blue #036CCC

RGB

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

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

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

R = 0.95%
G = 34.29%
B = 64.76%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#036CCC (or 0x036CCC) is known color: Navy Blue. HEX triplet: 03, 6C and CC. RGB value is (3,108,204). Sum of RGB (Red+Green+Blue) = 3+108+204=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #036CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CCC is #FC9333. Grayscale: #575757. Windows color (decimal): -16552756 or 13396995. OLE color: 13396995.

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

Color convert

RGB 3 108 204 -
CMYK 0.99 0.47 0 0.2
HSL 208.66º 0.97% 0.41% -
HSV(B) 208.66º 0.99% 0.8% -
XYZ 16.3 15.1 59.18 -
YUV 87.55 193.71 67.69 -
System Red Green Blue C M Y K H S L
Decimal 3 108 204 0.99 0.47 0 0.2 208.66 0.97 0.41
Hex 3 6C CC 63 2F 0 14 D1 61 29
Octal 3 154 314 143 57 0 24 321 141 51
Binary 11 1101100 11001100 1100011 101111 0 10100 11010001 1100001 101001

Color Harmonies of #036CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CCC

Black with #036CCC

Text Example


Text Example

White with #036CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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