Html Css Color HEX #036EEC Navy Blue

📋 copy color: '#036EEC'

red 3 ◦ green 110 ◦ blue 236

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

Shades of Navy Blue #036EEC

Tints of Navy Blue #036EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 0.86%
G = 31.52%
B = 67.62%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#036EEC (or 0x036EEC) is known color: Navy Blue. HEX triplet: 03, 6E and EC. RGB value is (3,110,236). Sum of RGB (Red+Green+Blue) = 3+110+236=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #036EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EEC is #FC9113. Grayscale: #5B5B5B. Windows color (decimal): -16552212 or 15494659. OLE color: 15494659.

HSL color Cylindrical-coordinate representation of color #036EEC: hue angle of 212.45º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036EEC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 110 236 -
CMYK 0.99 0.53 0 0.07
HSL 212.45º 0.97% 0.47% -
HSV(B) 212.45º 0.99% 0.93% -
XYZ 20.75 17.23 81.59 -
YUV 92.37 209.05 64.25 -
System Red Green Blue C M Y K H S L
Decimal 3 110 236 0.99 0.53 0 0.07 212.45 0.97 0.47
Hex 3 6E EC 63 35 0 7 D4 61 2F
Octal 3 156 354 143 65 0 7 324 141 57
Binary 11 1101110 11101100 1100011 110101 0 111 11010100 1100001 101111

Color Harmonies of #036EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EEC

Black with #036EEC

Text Example


Text Example

White with #036EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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