Html Css Color HEX #0E5EEB Navy Blue

📋 copy color: '#0E5EEB'

red 14 ◦ green 94 ◦ blue 235

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

Shades of Navy Blue #0E5EEB

Tints of Navy Blue #0E5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.41%

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

R = 4.08%
G = 27.41%
B = 68.51%

CMYK

 C value IS 0.94

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E5EEB (or 0x0E5EEB) is known color: Navy Blue. HEX triplet: 0E, 5E and EB. RGB value is (14,94,235). Sum of RGB (Red+Green+Blue) = 14+94+235=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E5EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5EEB is #F1A114. Grayscale: #555555. Windows color (decimal): -15835413 or 15425038. OLE color: 15425038.

HSL color Cylindrical-coordinate representation of color #0E5EEB: hue angle of 218.28º 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 #0E5EEB is Cyan = 0.94, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 94 235 -
CMYK 0.94 0.6 0 0.08
HSL 218.28º 0.89% 0.49% -
HSV(B) 218.28º 0.94% 0.92% -
XYZ 19.18 14.1 80.31 -
YUV 86.15 212 76.54 -
System Red Green Blue C M Y K H S L
Decimal 14 94 235 0.94 0.6 0 0.08 218.28 0.89 0.49
Hex E 5E EB 5E 3C 0 8 DA 59 31
Octal 16 136 353 136 74 0 10 332 131 61
Binary 1110 1011110 11101011 1011110 111100 0 1000 11011010 1011001 110001

Color Harmonies of #0E5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5EEB

Black with #0E5EEB

Text Example


Text Example

White with #0E5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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