Html Css Color HEX #155ABF Denim

📋 copy color: '#155ABF'

red 21 ◦ green 90 ◦ blue 191

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

Shades of Denim #155ABF

Tints of Denim #155ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.25%

R = 6.95%
G = 29.8%
B = 63.25%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#155ABF (or 0x155ABF) is known color: Denim. HEX triplet: 15, 5A and BF. RGB value is (21,90,191). Sum of RGB (Red+Green+Blue) = 21+90+191=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #155ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ABF is #EAA540. Grayscale: #505050. Windows color (decimal): -15377729 or 12540437. OLE color: 12540437.

HSL color Cylindrical-coordinate representation of color #155ABF: hue angle of 215.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155ABF is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 90 191 -
CMYK 0.89 0.53 0 0.25
HSL 215.65º 0.8% 0.42% -
HSV(B) 215.65º 0.89% 0.75% -
XYZ 13.37 11.23 50.75 -
YUV 80.88 190.14 85.29 -
System Red Green Blue C M Y K H S L
Decimal 21 90 191 0.89 0.53 0 0.25 215.65 0.8 0.42
Hex 15 5A BF 59 35 0 19 D8 50 2A
Octal 25 132 277 131 65 0 31 330 120 52
Binary 10101 1011010 10111111 1011001 110101 0 11001 11011000 1010000 101010

Color Harmonies of #155ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ABF

Black with #155ABF

Text Example


Text Example

White with #155ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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