Html Css Color HEX #0E59AD Denim

📋 copy color: '#0E59AD'

red 14 ◦ green 89 ◦ blue 173

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

Shades of Denim #0E59AD

Tints of Denim #0E59AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 5.07%
G = 32.25%
B = 62.68%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E59AD (or 0x0E59AD) is known color: Denim. HEX triplet: 0E, 59 and AD. RGB value is (14,89,173). Sum of RGB (Red+Green+Blue) = 14+89+173=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E59AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E59AD is #F1A652. Grayscale: #4B4B4B. Windows color (decimal): -15836755 or 11360526. OLE color: 11360526.

HSL color Cylindrical-coordinate representation of color #0E59AD: hue angle of 211.7º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E59AD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 89 173 -
CMYK 0.92 0.49 0 0.32
HSL 211.7º 0.85% 0.37% -
HSV(B) 211.7º 0.92% 0.68% -
XYZ 11.3 10.26 40.92 -
YUV 76.15 182.65 83.67 -
System Red Green Blue C M Y K H S L
Decimal 14 89 173 0.92 0.49 0 0.32 211.7 0.85 0.37
Hex E 59 AD 5C 31 0 20 D4 55 25
Octal 16 131 255 134 61 0 40 324 125 45
Binary 1110 1011001 10101101 1011100 110001 0 100000 11010100 1010101 100101

Color Harmonies of #0E59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E59AD

Black with #0E59AD

Text Example


Text Example

White with #0E59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,89,173); }

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

background-color css

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

 a { background-color: rgb(14,89,173); }

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

border-color css

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

 span { border-color: rgb(14,89,173); }

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