Html Css Color HEX #0E5AEB Navy Blue

📋 copy color: '#0E5AEB'

red 14 ◦ green 90 ◦ blue 235

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

Shades of Navy Blue #0E5AEB

Tints of Navy Blue #0E5AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 4.13%
G = 26.55%
B = 69.32%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E5AEB (or 0x0E5AEB) is known color: Navy Blue. HEX triplet: 0E, 5A and EB. RGB value is (14,90,235). Sum of RGB (Red+Green+Blue) = 14+90+235=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E5AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5AEB is #F1A514. Grayscale: #535353. Windows color (decimal): -15836437 or 15424014. OLE color: 15424014.

HSL color Cylindrical-coordinate representation of color #0E5AEB: hue angle of 219.37º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5AEB is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 90 235 -
CMYK 0.94 0.62 0 0.08
HSL 219.37º 0.89% 0.49% -
HSV(B) 219.37º 0.94% 0.92% -
XYZ 18.83 13.4 80.19 -
YUV 83.81 213.32 78.21 -
System Red Green Blue C M Y K H S L
Decimal 14 90 235 0.94 0.62 0 0.08 219.37 0.89 0.49
Hex E 5A EB 5E 3E 0 8 DB 59 31
Octal 16 132 353 136 76 0 10 333 131 61
Binary 1110 1011010 11101011 1011110 111110 0 1000 11011011 1011001 110001

Color Harmonies of #0E5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5AEB

Black with #0E5AEB

Text Example


Text Example

White with #0E5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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