Html Css Color HEX #036EED Navy Blue

📋 copy color: '#036EED'

red 3 ◦ green 110 ◦ blue 237

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

Shades of Navy Blue #036EED

Tints of Navy Blue #036EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 0.86%
G = 31.43%
B = 67.71%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#036EED (or 0x036EED) is known color: Navy Blue. HEX triplet: 03, 6E and ED. RGB value is (3,110,237). Sum of RGB (Red+Green+Blue) = 3+110+237=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #036EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EED is #FC9112. Grayscale: #5B5B5B. Windows color (decimal): -16552211 or 15560195. OLE color: 15560195.

HSL color Cylindrical-coordinate representation of color #036EED: hue angle of 212.56º degrees, saturation: 0.98, 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 #036EED is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 110 237 -
CMYK 0.99 0.54 0 0.07
HSL 212.56º 0.98% 0.47% -
HSV(B) 212.56º 0.99% 0.93% -
XYZ 20.9 17.29 82.36 -
YUV 92.49 209.55 64.17 -
System Red Green Blue C M Y K H S L
Decimal 3 110 237 0.99 0.54 0 0.07 212.56 0.98 0.47
Hex 3 6E ED 63 36 0 7 D5 62 2F
Octal 3 156 355 143 66 0 7 325 142 57
Binary 11 1101110 11101101 1100011 110110 0 111 11010101 1100010 101111

Color Harmonies of #036EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EED

Black with #036EED

Text Example


Text Example

White with #036EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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