Html Css Color HEX #0E55DF Navy Blue

📋 copy color: '#0E55DF'

red 14 ◦ green 85 ◦ blue 223

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

Shades of Navy Blue #0E55DF

Tints of Navy Blue #0E55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 4.35%
G = 26.4%
B = 69.25%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E55DF (or 0x0E55DF) is known color: Navy Blue. HEX triplet: 0E, 55 and DF. RGB value is (14,85,223). Sum of RGB (Red+Green+Blue) = 14+85+223=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E55DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E55DF is #F1AA20. Grayscale: #4E4E4E. Windows color (decimal): -15837729 or 14636302. OLE color: 14636302.

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

Color convert

RGB 14 85 223 -
CMYK 0.94 0.62 0 0.13
HSL 219.62º 0.88% 0.46% -
HSV(B) 219.62º 0.94% 0.87% -
XYZ 16.75 11.92 71.23 -
YUV 79.5 208.98 81.28 -
System Red Green Blue C M Y K H S L
Decimal 14 85 223 0.94 0.62 0 0.13 219.62 0.88 0.46
Hex E 55 DF 5E 3E 0 D DC 58 2E
Octal 16 125 337 136 76 0 15 334 130 56
Binary 1110 1010101 11011111 1011110 111110 0 1101 11011100 1011000 101110

Color Harmonies of #0E55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E55DF

Black with #0E55DF

Text Example


Text Example

White with #0E55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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