Html Css Color HEX #155AB9 Denim

📋 copy color: '#155AB9'

red 21 ◦ green 90 ◦ blue 185

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

Shades of Denim #155AB9

Tints of Denim #155AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.5%

R = 7.09%
G = 30.41%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155AB9 (or 0x155AB9) is known color: Denim. HEX triplet: 15, 5A and B9. RGB value is (21,90,185). Sum of RGB (Red+Green+Blue) = 21+90+185=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #155AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AB9 is #EAA546. Grayscale: #4F4F4F. Windows color (decimal): -15377735 or 12147221. OLE color: 12147221.

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

Color convert

RGB 21 90 185 -
CMYK 0.89 0.51 0 0.27
HSL 214.76º 0.8% 0.4% -
HSV(B) 214.76º 0.89% 0.73% -
XYZ 12.72 10.97 47.35 -
YUV 80.2 187.14 85.78 -
System Red Green Blue C M Y K H S L
Decimal 21 90 185 0.89 0.51 0 0.27 214.76 0.8 0.4
Hex 15 5A B9 59 33 0 1B D7 50 28
Octal 25 132 271 131 63 0 33 327 120 50
Binary 10101 1011010 10111001 1011001 110011 0 11011 11010111 1010000 101000

Color Harmonies of #155AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155AB9

Black with #155AB9

Text Example


Text Example

White with #155AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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