Html Css Color HEX #155DAE Denim

📋 copy color: '#155DAE'

red 21 ◦ green 93 ◦ blue 174

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

Shades of Denim #155DAE

Tints of Denim #155DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

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

R = 7.29%
G = 32.29%
B = 60.42%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#155DAE (or 0x155DAE) is known color: Denim. HEX triplet: 15, 5D and AE. RGB value is (21,93,174). Sum of RGB (Red+Green+Blue) = 21+93+174=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #155DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DAE is #EAA251. Grayscale: #505050. Windows color (decimal): -15376978 or 11427093. OLE color: 11427093.

HSL color Cylindrical-coordinate representation of color #155DAE: hue angle of 211.76º 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 #155DAE is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 93 174 -
CMYK 0.88 0.47 0 0.32
HSL 211.76º 0.78% 0.38% -
HSV(B) 211.76º 0.88% 0.68% -
XYZ 11.86 11.04 41.55 -
YUV 80.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 21 93 174 0.88 0.47 0 0.32 211.76 0.78 0.38
Hex 15 5D AE 58 2F 0 20 D4 4E 26
Octal 25 135 256 130 57 0 40 324 116 46
Binary 10101 1011101 10101110 1011000 101111 0 100000 11010100 1001110 100110

Color Harmonies of #155DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DAE

Black with #155DAE

Text Example


Text Example

White with #155DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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