Html Css Color HEX #155ABA Denim

📋 copy color: '#155ABA'

red 21 ◦ green 90 ◦ blue 186

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

Shades of Denim #155ABA

Tints of Denim #155ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 7.07%
G = 30.3%
B = 62.63%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155ABA (or 0x155ABA) is known color: Denim. HEX triplet: 15, 5A and BA. RGB value is (21,90,186). Sum of RGB (Red+Green+Blue) = 21+90+186=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #155ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ABA is #EAA545. Grayscale: #4F4F4F. Windows color (decimal): -15377734 or 12212757. OLE color: 12212757.

HSL color Cylindrical-coordinate representation of color #155ABA: hue angle of 214.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155ABA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 90 186 -
CMYK 0.89 0.52 0 0.27
HSL 214.91º 0.8% 0.41% -
HSV(B) 214.91º 0.89% 0.73% -
XYZ 12.83 11.02 47.9 -
YUV 80.31 187.64 85.69 -
System Red Green Blue C M Y K H S L
Decimal 21 90 186 0.89 0.52 0 0.27 214.91 0.8 0.41
Hex 15 5A BA 59 34 0 1B D7 50 29
Octal 25 132 272 131 64 0 33 327 120 51
Binary 10101 1011010 10111010 1011001 110100 0 11011 11010111 1010000 101001

Color Harmonies of #155ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ABA

Black with #155ABA

Text Example


Text Example

White with #155ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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