Html Css Color HEX #0E5FF9 Navy Blue

📋 copy color: '#0E5FF9'

red 14 ◦ green 95 ◦ blue 249

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

Shades of Navy Blue #0E5FF9

Tints of Navy Blue #0E5FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.55%

R = 3.91%
G = 26.54%
B = 69.55%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E5FF9 (or 0x0E5FF9) is known color: Navy Blue. HEX triplet: 0E, 5F and F9. RGB value is (14,95,249). Sum of RGB (Red+Green+Blue) = 14+95+249=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E5FF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5FF9 is #F1A006. Grayscale: #575757. Windows color (decimal): -15835143 or 16342798. OLE color: 16342798.

HSL color Cylindrical-coordinate representation of color #0E5FF9: hue angle of 219.32º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5FF9 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 95 249 -
CMYK 0.94 0.62 0 0.02
HSL 219.32º 0.95% 0.52% -
HSV(B) 219.32º 0.94% 0.98% -
XYZ 21.37 15.12 91.41 -
YUV 88.34 218.66 74.98 -
System Red Green Blue C M Y K H S L
Decimal 14 95 249 0.94 0.62 0 0.02 219.32 0.95 0.52
Hex E 5F F9 5E 3E 0 2 DB 5F 34
Octal 16 137 371 136 76 0 2 333 137 64
Binary 1110 1011111 11111001 1011110 111110 0 10 11011011 1011111 110100

Color Harmonies of #0E5FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5FF9

Black with #0E5FF9

Text Example


Text Example

White with #0E5FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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