Html Css Color HEX #0E5FEB Navy Blue

📋 copy color: '#0E5FEB'

red 14 ◦ green 95 ◦ blue 235

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

Shades of Navy Blue #0E5FEB

Tints of Navy Blue #0E5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

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

R = 4.07%
G = 27.62%
B = 68.31%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E5FEB (or 0x0E5FEB) is known color: Navy Blue. HEX triplet: 0E, 5F and EB. RGB value is (14,95,235). Sum of RGB (Red+Green+Blue) = 14+95+235=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #0E5FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5FEB is #F1A014. Grayscale: #565656. Windows color (decimal): -15835157 or 15425294. OLE color: 15425294.

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

Color convert

RGB 14 95 235 -
CMYK 0.94 0.60 0 0.08
HSL 218.01º 0.89% 0.49% -
HSV(B) 218.01º 0.94% 0.92% -
XYZ 19.27 14.28 80.34 -
YUV 86.74 211.66 76.12 -
System Red Green Blue C M Y K H S L
Decimal 14 95 235 0.94 0.60 0 0.08 218.01 0.89 0.49
Hex E 5F EB 5E 3C 0 8 DA 59 31
Octal 16 137 353 136 74 0 10 332 131 61
Binary 1110 1011111 11101011 1011110 111100 0 1000 11011010 1011001 110001

Color Harmonies of #0E5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5FEB

Black with #0E5FEB

Text Example


Text Example

White with #0E5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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