Html Css Color HEX #1E5EAB Denim

📋 copy color: '#1E5EAB'

red 30 ◦ green 94 ◦ blue 171

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

Shades of Denim #1E5EAB

Tints of Denim #1E5EAB

RGB

 RED value IS 30 (12.11% from 255) = 10.17%

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 10.17%
G = 31.86%
B = 57.97%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E5EAB (or 0x1E5EAB) is known color: Denim. HEX triplet: 1E, 5E and AB. RGB value is (30,94,171). Sum of RGB (Red+Green+Blue) = 30+94+171=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E5EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5EAB is #E1A154. Grayscale: #535353. Windows color (decimal): -14786901 or 11230750. OLE color: 11230750.

HSL color Cylindrical-coordinate representation of color #1E5EAB: hue angle of 212.77º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E5EAB is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 94 171 -
CMYK 0.82 0.45 0 0.33
HSL 212.77º 0.7% 0.39% -
HSV(B) 212.77º 0.82% 0.67% -
XYZ 11.89 11.22 40.07 -
YUV 83.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 30 94 171 0.82 0.45 0 0.33 212.77 0.7 0.39
Hex 1E 5E AB 52 2D 0 21 D5 46 27
Octal 36 136 253 122 55 0 41 325 106 47
Binary 11110 1011110 10101011 1010010 101101 0 100001 11010101 1000110 100111

Color Harmonies of #1E5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5EAB

Black with #1E5EAB

Text Example


Text Example

White with #1E5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E5EAB; }

 p { color: rgb(30,94,171); }

 H1.HeaderClassName
 {
   color: #1E5EAB;
 }
 .AnyTagClassName
 {
   color: #1E5EAB;
 }
</style>

background-color css

<style>
 a { background-color: #1E5EAB; }

 a { background-color: rgb(30,94,171); }

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

border-color css

<style>
 span { border-color: #1E5EAB; }

 span { border-color: rgb(30,94,171); }

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