Html Css Color HEX #155AAB Denim

📋 copy color: '#155AAB'

red 21 ◦ green 90 ◦ blue 171

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

Shades of Denim #155AAB

Tints of Denim #155AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

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

R = 7.45%
G = 31.91%
B = 60.64%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#155AAB (or 0x155AAB) is known color: Denim. HEX triplet: 15, 5A and AB. RGB value is (21,90,171). Sum of RGB (Red+Green+Blue) = 21+90+171=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #155AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155AAB is #EAA554. Grayscale: #4E4E4E. Windows color (decimal): -15377749 or 11229717. OLE color: 11229717.

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

Color convert

RGB 21 90 171 -
CMYK 0.88 0.47 0 0.33
HSL 212.4º 0.78% 0.38% -
HSV(B) 212.4º 0.88% 0.67% -
XYZ 11.32 10.41 39.94 -
YUV 78.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 21 90 171 0.88 0.47 0 0.33 212.4 0.78 0.38
Hex 15 5A AB 58 2F 0 21 D4 4E 26
Octal 25 132 253 130 57 0 41 324 116 46
Binary 10101 1011010 10101011 1011000 101111 0 100001 11010100 1001110 100110

Color Harmonies of #155AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AAB

Black with #155AAB

Text Example


Text Example

White with #155AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,90,171); }

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

background-color css

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

 a { background-color: rgb(21,90,171); }

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

border-color css

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

 span { border-color: rgb(21,90,171); }

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