Html Css Color HEX #0E5FEA Navy Blue

📋 copy color: '#0E5FEA'

red 14 ◦ green 95 ◦ blue 234

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

Shades of Navy Blue #0E5FEA

Tints of Navy Blue #0E5FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 4.08%
G = 27.7%
B = 68.22%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E5FEA (or 0x0E5FEA) is known color: Navy Blue. HEX triplet: 0E, 5F and EA. RGB value is (14,95,234). Sum of RGB (Red+Green+Blue) = 14+95+234=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E5FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5FEA is #F1A015. Grayscale: #555555. Windows color (decimal): -15835158 or 15359758. OLE color: 15359758.

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

Color convert

RGB 14 95 234 -
CMYK 0.94 0.59 0 0.08
HSL 217.91º 0.89% 0.49% -
HSV(B) 217.91º 0.94% 0.92% -
XYZ 19.12 14.22 79.58 -
YUV 86.63 211.16 76.2 -
System Red Green Blue C M Y K H S L
Decimal 14 95 234 0.94 0.59 0 0.08 217.91 0.89 0.49
Hex E 5F EA 5E 3B 0 8 DA 59 31
Octal 16 137 352 136 73 0 10 332 131 61
Binary 1110 1011111 11101010 1011110 111011 0 1000 11011010 1011001 110001

Color Harmonies of #0E5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5FEA

Black with #0E5FEA

Text Example


Text Example

White with #0E5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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