Html Css Color HEX #0E5EAC Denim

📋 copy color: '#0E5EAC'

red 14 ◦ green 94 ◦ blue 172

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

Shades of Denim #0E5EAC

Tints of Denim #0E5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 5%
G = 33.57%
B = 61.43%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E5EAC (or 0x0E5EAC) is known color: Denim. HEX triplet: 0E, 5E and AC. RGB value is (14,94,172). Sum of RGB (Red+Green+Blue) = 14+94+172=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E5EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5EAC is #F1A153. Grayscale: #4E4E4E. Windows color (decimal): -15835476 or 11296270. OLE color: 11296270.

HSL color Cylindrical-coordinate representation of color #0E5EAC: hue angle of 209.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5EAC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 94 172 -
CMYK 0.92 0.45 0 0.33
HSL 209.62º 0.85% 0.36% -
HSV(B) 209.62º 0.92% 0.67% -
XYZ 11.63 11.08 40.55 -
YUV 78.97 180.5 81.66 -
System Red Green Blue C M Y K H S L
Decimal 14 94 172 0.92 0.45 0 0.33 209.62 0.85 0.36
Hex E 5E AC 5C 2D 0 21 D2 55 24
Octal 16 136 254 134 55 0 41 322 125 44
Binary 1110 1011110 10101100 1011100 101101 0 100001 11010010 1010101 100100

Color Harmonies of #0E5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5EAC

Black with #0E5EAC

Text Example


Text Example

White with #0E5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,94,172); }

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

background-color css

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

 a { background-color: rgb(14,94,172); }

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

border-color css

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

 span { border-color: rgb(14,94,172); }

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