Html Css Color HEX #0E57CE Denim

📋 copy color: '#0E57CE'

red 14 ◦ green 87 ◦ blue 206

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

Shades of Denim #0E57CE

Tints of Denim #0E57CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 4.56%
G = 28.34%
B = 67.1%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0E57CE (or 0x0E57CE) is known color: Denim. HEX triplet: 0E, 57 and CE. RGB value is (14,87,206). Sum of RGB (Red+Green+Blue) = 14+87+206=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #0E57CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E57CE is #F1A831. Grayscale: #4E4E4E. Windows color (decimal): -15837234 or 13522702. OLE color: 13522702.

HSL color Cylindrical-coordinate representation of color #0E57CE: hue angle of 217.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E57CE is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 87 206 -
CMYK 0.93 0.58 0 0.19
HSL 217.19º 0.87% 0.43% -
HSV(B) 217.19º 0.93% 0.81% -
XYZ 14.73 11.37 59.81 -
YUV 78.74 199.82 81.82 -
System Red Green Blue C M Y K H S L
Decimal 14 87 206 0.93 0.58 0 0.19 217.19 0.87 0.43
Hex E 57 CE 5D 3A 0 13 D9 57 2B
Octal 16 127 316 135 72 0 23 331 127 53
Binary 1110 1010111 11001110 1011101 111010 0 10011 11011001 1010111 101011

Color Harmonies of #0E57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E57CE

Black with #0E57CE

Text Example


Text Example

White with #0E57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,206); }

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

background-color css

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

 a { background-color: rgb(14,87,206); }

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

border-color css

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

 span { border-color: rgb(14,87,206); }

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