Html Css Color HEX #155DAC Denim

📋 copy color: '#155DAC'

red 21 ◦ green 93 ◦ blue 172

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

Shades of Denim #155DAC

Tints of Denim #155DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 7.34%
G = 32.52%
B = 60.14%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#155DAC (or 0x155DAC) is known color: Denim. HEX triplet: 15, 5D and AC. RGB value is (21,93,172). Sum of RGB (Red+Green+Blue) = 21+93+172=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #155DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DAC is #EAA253. Grayscale: #505050. Windows color (decimal): -15376980 or 11296021. OLE color: 11296021.

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

Color convert

RGB 21 93 172 -
CMYK 0.88 0.46 0 0.33
HSL 211.39º 0.78% 0.38% -
HSV(B) 211.39º 0.88% 0.67% -
XYZ 11.67 10.97 40.53 -
YUV 80.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 21 93 172 0.88 0.46 0 0.33 211.39 0.78 0.38
Hex 15 5D AC 58 2E 0 21 D3 4E 26
Octal 25 135 254 130 56 0 41 323 116 46
Binary 10101 1011101 10101100 1011000 101110 0 100001 11010011 1001110 100110

Color Harmonies of #155DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DAC

Black with #155DAC

Text Example


Text Example

White with #155DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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