Html Css Color HEX #036DCC Navy Blue

📋 copy color: '#036DCC'

red 3 ◦ green 109 ◦ blue 204

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

Shades of Navy Blue #036DCC

Tints of Navy Blue #036DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 0.95%
G = 34.49%
B = 64.56%

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

#036DCC (or 0x036DCC) is known color: Navy Blue. HEX triplet: 03, 6D and CC. RGB value is (3,109,204). Sum of RGB (Red+Green+Blue) = 3+109+204=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #036DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DCC is #FC9233. Grayscale: #575757. Windows color (decimal): -16552500 or 13397251. OLE color: 13397251.

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

Color convert

RGB 3 109 204 -
CMYK 0.99 0.47 0 0.2
HSL 208.36º 0.97% 0.41% -
HSV(B) 208.36º 0.99% 0.8% -
XYZ 16.41 15.32 59.22 -
YUV 88.14 193.38 67.28 -
System Red Green Blue C M Y K H S L
Decimal 3 109 204 0.99 0.47 0 0.2 208.36 0.97 0.41
Hex 3 6D CC 63 2F 0 14 D0 61 29
Octal 3 155 314 143 57 0 24 320 141 51
Binary 11 1101101 11001100 1100011 101111 0 10100 11010000 1100001 101001

Color Harmonies of #036DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DCC

Black with #036DCC

Text Example


Text Example

White with #036DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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