Html Css Color HEX #036DDC Navy Blue

📋 copy color: '#036DDC'

red 3 ◦ green 109 ◦ blue 220

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

Shades of Navy Blue #036DDC

Tints of Navy Blue #036DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 0.9%
G = 32.83%
B = 66.27%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#036DDC (or 0x036DDC) is known color: Navy Blue. HEX triplet: 03, 6D and DC. RGB value is (3,109,220). Sum of RGB (Red+Green+Blue) = 3+109+220=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #036DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036DDC is #FC9223. Grayscale: #595959. Windows color (decimal): -16552484 or 14445827. OLE color: 14445827.

HSL color Cylindrical-coordinate representation of color #036DDC: hue angle of 210.69º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036DDC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 109 220 -
CMYK 0.99 0.50 0 0.14
HSL 210.69º 0.97% 0.44% -
HSV(B) 210.69º 0.99% 0.86% -
XYZ 18.42 16.12 69.85 -
YUV 89.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 3 109 220 0.99 0.50 0 0.14 210.69 0.97 0.44
Hex 3 6D DC 63 32 0 E D3 61 2C
Octal 3 155 334 143 62 0 16 323 141 54
Binary 11 1101101 11011100 1100011 110010 0 1110 11010011 1100001 101100

Color Harmonies of #036DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DDC

Black with #036DDC

Text Example


Text Example

White with #036DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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