Html Css Color HEX #0E51DF Navy Blue

📋 copy color: '#0E51DF'

red 14 ◦ green 81 ◦ blue 223

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

Shades of Navy Blue #0E51DF

Tints of Navy Blue #0E51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 4.4%
G = 25.47%
B = 70.13%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E51DF (or 0x0E51DF) is known color: Navy Blue. HEX triplet: 0E, 51 and DF. RGB value is (14,81,223). Sum of RGB (Red+Green+Blue) = 14+81+223=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E51DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E51DF is #F1AE20. Grayscale: #4C4C4C. Windows color (decimal): -15838753 or 14635278. OLE color: 14635278.

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

Color convert

RGB 14 81 223 -
CMYK 0.94 0.64 0 0.13
HSL 220.77º 0.88% 0.46% -
HSV(B) 220.77º 0.94% 0.87% -
XYZ 16.44 11.31 71.13 -
YUV 77.16 210.3 82.95 -
System Red Green Blue C M Y K H S L
Decimal 14 81 223 0.94 0.64 0 0.13 220.77 0.88 0.46
Hex E 51 DF 5E 40 0 D DD 58 2E
Octal 16 121 337 136 100 0 15 335 130 56
Binary 1110 1010001 11011111 1011110 1000000 0 1101 11011101 1011000 101110

Color Harmonies of #0E51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E51DF

Black with #0E51DF

Text Example


Text Example

White with #0E51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,81,223); }

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

background-color css

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

 a { background-color: rgb(14,81,223); }

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

border-color css

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

 span { border-color: rgb(14,81,223); }

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