Html Css Color HEX #0E59E0 Navy Blue

📋 copy color: '#0E59E0'

red 14 ◦ green 89 ◦ blue 224

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

Shades of Navy Blue #0E59E0

Tints of Navy Blue #0E59E0

RGB

 RED value IS 14 (5.86% from 255) = 4.28%

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 224 (87.89% from 255) = 68.5%

R = 4.28%
G = 27.22%
B = 68.5%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0E59E0 (or 0x0E59E0) is known color: Navy Blue. HEX triplet: 0E, 59 and E0. RGB value is (14,89,224). Sum of RGB (Red+Green+Blue) = 14+89+224=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E59E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E59E0 is #F1A61F. Grayscale: #515151. Windows color (decimal): -15836704 or 14702862. OLE color: 14702862.

HSL color Cylindrical-coordinate representation of color #0E59E0: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E59E0 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 89 224 -
CMYK 0.94 0.60 0 0.12
HSL 218.57º 0.88% 0.47% -
HSV(B) 218.57º 0.94% 0.88% -
XYZ 17.21 12.62 72.05 -
YUV 81.97 208.15 79.52 -
System Red Green Blue C M Y K H S L
Decimal 14 89 224 0.94 0.60 0 0.12 218.57 0.88 0.47
Hex E 59 E0 5E 3C 0 C DB 58 2F
Octal 16 131 340 136 74 0 14 333 130 57
Binary 1110 1011001 11100000 1011110 111100 0 1100 11011011 1011000 101111

Color Harmonies of #0E59E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E59E0

Black with #0E59E0

Text Example


Text Example

White with #0E59E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E59E0; }

 p { color: rgb(14,89,224); }

 H1.HeaderClassName
 {
   color: #0E59E0;
 }
 .AnyTagClassName
 {
   color: #0E59E0;
 }
</style>

background-color css

<style>
 a { background-color: #0E59E0; }

 a { background-color: rgb(14,89,224); }

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

border-color css

<style>
 span { border-color: #0E59E0; }

 span { border-color: rgb(14,89,224); }

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