Html Css Color HEX #155ABE Denim

📋 copy color: '#155ABE'

red 21 ◦ green 90 ◦ blue 190

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

Shades of Denim #155ABE

Tints of Denim #155ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 6.98%
G = 29.9%
B = 63.12%

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

#155ABE (or 0x155ABE) is known color: Denim. HEX triplet: 15, 5A and BE. RGB value is (21,90,190). Sum of RGB (Red+Green+Blue) = 21+90+190=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #155ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ABE is #EAA541. Grayscale: #505050. Windows color (decimal): -15377730 or 12474901. OLE color: 12474901.

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

Color convert

RGB 21 90 190 -
CMYK 0.89 0.53 0 0.25
HSL 215.5º 0.8% 0.41% -
HSV(B) 215.5º 0.89% 0.75% -
XYZ 13.26 11.19 50.18 -
YUV 80.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 21 90 190 0.89 0.53 0 0.25 215.5 0.8 0.41
Hex 15 5A BE 59 35 0 19 D8 50 29
Octal 25 132 276 131 65 0 31 330 120 51
Binary 10101 1011010 10111110 1011001 110101 0 11001 11011000 1010000 101001

Color Harmonies of #155ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155ABE

Black with #155ABE

Text Example


Text Example

White with #155ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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