Html Css Color HEX #036ECD Navy Blue

📋 copy color: '#036ECD'

red 3 ◦ green 110 ◦ blue 205

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

Shades of Navy Blue #036ECD

Tints of Navy Blue #036ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 0.94%
G = 34.59%
B = 64.47%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#036ECD (or 0x036ECD) is known color: Navy Blue. HEX triplet: 03, 6E and CD. RGB value is (3,110,205). Sum of RGB (Red+Green+Blue) = 3+110+205=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #036ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ECD is #FC9132. Grayscale: #585858. Windows color (decimal): -16552243 or 13463043. OLE color: 13463043.

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

Color convert

RGB 3 110 205 -
CMYK 0.99 0.46 0 0.20
HSL 208.22º 0.97% 0.41% -
HSV(B) 208.22º 0.99% 0.8% -
XYZ 16.63 15.58 59.89 -
YUV 88.84 193.55 66.78 -
System Red Green Blue C M Y K H S L
Decimal 3 110 205 0.99 0.46 0 0.20 208.22 0.97 0.41
Hex 3 6E CD 63 2E 0 14 D0 61 29
Octal 3 156 315 143 56 0 24 320 141 51
Binary 11 1101110 11001101 1100011 101110 0 10100 11010000 1100001 101001

Color Harmonies of #036ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036ECD

Black with #036ECD

Text Example


Text Example

White with #036ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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