Html Css Color HEX #0E5ADD Navy Blue

📋 copy color: '#0E5ADD'

red 14 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #0E5ADD

Tints of Navy Blue #0E5ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68%

R = 4.31%
G = 27.69%
B = 68%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E5ADD (or 0x0E5ADD) is known color: Navy Blue. HEX triplet: 0E, 5A and DD. RGB value is (14,90,221). Sum of RGB (Red+Green+Blue) = 14+90+221=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E5ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5ADD is #F1A522. Grayscale: #515151. Windows color (decimal): -15836451 or 14506510. OLE color: 14506510.

HSL color Cylindrical-coordinate representation of color #0E5ADD: hue angle of 217.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5ADD is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 90 221 -
CMYK 0.94 0.59 0 0.13
HSL 217.97º 0.88% 0.46% -
HSV(B) 217.97º 0.94% 0.87% -
XYZ 16.89 12.63 69.95 -
YUV 82.21 206.32 79.35 -
System Red Green Blue C M Y K H S L
Decimal 14 90 221 0.94 0.59 0 0.13 217.97 0.88 0.46
Hex E 5A DD 5E 3B 0 D DA 58 2E
Octal 16 132 335 136 73 0 15 332 130 56
Binary 1110 1011010 11011101 1011110 111011 0 1101 11011010 1011000 101110

Color Harmonies of #0E5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5ADD

Black with #0E5ADD

Text Example


Text Example

White with #0E5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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