Html Css Color HEX #0E5AE5 Navy Blue

📋 copy color: '#0E5AE5'

red 14 ◦ green 90 ◦ blue 229

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

Shades of Navy Blue #0E5AE5

Tints of Navy Blue #0E5AE5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 229 (89.84% from 255) = 68.77%

R = 4.2%
G = 27.03%
B = 68.77%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0E5AE5 (or 0x0E5AE5) is known color: Navy Blue. HEX triplet: 0E, 5A and E5. RGB value is (14,90,229). Sum of RGB (Red+Green+Blue) = 14+90+229=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 229 (89.84% from 255 or 68.77% from 333); Max value from RGB is 229 - color contains mainly: blue. Hex color #0E5AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5AE5 is #F1A51A. Grayscale: #525252. Windows color (decimal): -15836443 or 15030798. OLE color: 15030798.

HSL color Cylindrical-coordinate representation of color #0E5AE5: hue angle of 218.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5AE5 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 90 229 -
CMYK 0.94 0.61 0 0.10
HSL 218.79º 0.88% 0.48% -
HSV(B) 218.79º 0.94% 0.9% -
XYZ 17.98 13.06 75.7 -
YUV 83.12 210.32 78.7 -
System Red Green Blue C M Y K H S L
Decimal 14 90 229 0.94 0.61 0 0.10 218.79 0.88 0.48
Hex E 5A E5 5E 3D 0 A DB 58 30
Octal 16 132 345 136 75 0 12 333 130 60
Binary 1110 1011010 11100101 1011110 111101 0 1010 11011011 1011000 110000

Color Harmonies of #0E5AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5AE5

Black with #0E5AE5

Text Example


Text Example

White with #0E5AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,90,229); }

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

background-color css

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

 a { background-color: rgb(14,90,229); }

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

border-color css

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

 span { border-color: rgb(14,90,229); }

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