Html Css Color HEX #0E5EAA Denim

📋 copy color: '#0E5EAA'

red 14 ◦ green 94 ◦ blue 170

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

Shades of Denim #0E5EAA

Tints of Denim #0E5EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 5.04%
G = 33.81%
B = 61.15%

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

#0E5EAA (or 0x0E5EAA) is known color: Denim. HEX triplet: 0E, 5E and AA. RGB value is (14,94,170). Sum of RGB (Red+Green+Blue) = 14+94+170=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E5EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5EAA is #F1A155. Grayscale: #4E4E4E. Windows color (decimal): -15835478 or 11165198. OLE color: 11165198.

HSL color Cylindrical-coordinate representation of color #0E5EAA: hue angle of 209.23º 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 #0E5EAA is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 94 170 -
CMYK 0.92 0.45 0 0.33
HSL 209.23º 0.85% 0.36% -
HSV(B) 209.23º 0.92% 0.67% -
XYZ 11.44 11 39.55 -
YUV 78.74 179.5 81.82 -
System Red Green Blue C M Y K H S L
Decimal 14 94 170 0.92 0.45 0 0.33 209.23 0.85 0.36
Hex E 5E AA 5C 2D 0 21 D1 55 24
Octal 16 136 252 134 55 0 41 321 125 44
Binary 1110 1011110 10101010 1011100 101101 0 100001 11010001 1010101 100100

Color Harmonies of #0E5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5EAA

Black with #0E5EAA

Text Example


Text Example

White with #0E5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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