Html Css Color HEX #155EAE Denim

📋 copy color: '#155EAE'

red 21 ◦ green 94 ◦ blue 174

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

Shades of Denim #155EAE

Tints of Denim #155EAE

RGB

 RED value IS 21 (8.59% from 255) = 7.27%

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

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 7.27%
G = 32.53%
B = 60.21%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#155EAE (or 0x155EAE) is known color: Denim. HEX triplet: 15, 5E and AE. RGB value is (21,94,174). Sum of RGB (Red+Green+Blue) = 21+94+174=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #155EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EAE is #EAA151. Grayscale: #505050. Windows color (decimal): -15376722 or 11427349. OLE color: 11427349.

HSL color Cylindrical-coordinate representation of color #155EAE: hue angle of 211.37º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155EAE is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 94 174 -
CMYK 0.88 0.46 0 0.32
HSL 211.37º 0.78% 0.38% -
HSV(B) 211.37º 0.88% 0.68% -
XYZ 11.95 11.22 41.58 -
YUV 81.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 21 94 174 0.88 0.46 0 0.32 211.37 0.78 0.38
Hex 15 5E AE 58 2E 0 20 D3 4E 26
Octal 25 136 256 130 56 0 40 323 116 46
Binary 10101 1011110 10101110 1011000 101110 0 100000 11010011 1001110 100110

Color Harmonies of #155EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EAE

Black with #155EAE

Text Example


Text Example

White with #155EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155EAE; }

 p { color: rgb(21,94,174); }

 H1.HeaderClassName
 {
   color: #155EAE;
 }
 .AnyTagClassName
 {
   color: #155EAE;
 }
</style>

background-color css

<style>
 a { background-color: #155EAE; }

 a { background-color: rgb(21,94,174); }

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

border-color css

<style>
 span { border-color: #155EAE; }

 span { border-color: rgb(21,94,174); }

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