Html Css Color HEX #155BA9 Denim

📋 copy color: '#155BA9'

red 21 ◦ green 91 ◦ blue 169

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

Shades of Denim #155BA9

Tints of Denim #155BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

 BLUE value IS 169 (66.41% from 255) = 60.14%

R = 7.47%
G = 32.38%
B = 60.14%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#155BA9 (or 0x155BA9) is known color: Denim. HEX triplet: 15, 5B and A9. RGB value is (21,91,169). Sum of RGB (Red+Green+Blue) = 21+91+169=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #155BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155BA9 is #EAA456. Grayscale: #4E4E4E. Windows color (decimal): -15377495 or 11098901. OLE color: 11098901.

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

Color convert

RGB 21 91 169 -
CMYK 0.88 0.46 0 0.34
HSL 211.62º 0.78% 0.37% -
HSV(B) 211.62º 0.88% 0.66% -
XYZ 11.21 10.51 38.97 -
YUV 78.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 21 91 169 0.88 0.46 0 0.34 211.62 0.78 0.37
Hex 15 5B A9 58 2E 0 22 D4 4E 25
Octal 25 133 251 130 56 0 42 324 116 45
Binary 10101 1011011 10101001 1011000 101110 0 100010 11010100 1001110 100101

Color Harmonies of #155BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BA9

Black with #155BA9

Text Example


Text Example

White with #155BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,169); }

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

background-color css

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

 a { background-color: rgb(21,91,169); }

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

border-color css

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

 span { border-color: rgb(21,91,169); }

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