Html Css Color HEX #036EDC Navy Blue

📋 copy color: '#036EDC'

red 3 ◦ green 110 ◦ blue 220

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

Shades of Navy Blue #036EDC

Tints of Navy Blue #036EDC

RGB

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

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

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

R = 0.9%
G = 33.03%
B = 66.07%

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

#036EDC (or 0x036EDC) is known color: Navy Blue. HEX triplet: 03, 6E and DC. RGB value is (3,110,220). Sum of RGB (Red+Green+Blue) = 3+110+220=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #036EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036EDC is #FC9123. Grayscale: #5A5A5A. Windows color (decimal): -16552228 or 14446083. OLE color: 14446083.

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

Color convert

RGB 3 110 220 -
CMYK 0.99 0.50 0 0.14
HSL 210.41º 0.97% 0.44% -
HSV(B) 210.41º 0.99% 0.86% -
XYZ 18.53 16.34 69.89 -
YUV 90.55 201.05 65.56 -
System Red Green Blue C M Y K H S L
Decimal 3 110 220 0.99 0.50 0 0.14 210.41 0.97 0.44
Hex 3 6E DC 63 32 0 E D2 61 2C
Octal 3 156 334 143 62 0 16 322 141 54
Binary 11 1101110 11011100 1100011 110010 0 1110 11010010 1100001 101100

Color Harmonies of #036EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EDC

Black with #036EDC

Text Example


Text Example

White with #036EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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