Html Css Color HEX #155BBF Denim

📋 copy color: '#155BBF'

red 21 ◦ green 91 ◦ blue 191

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

Shades of Denim #155BBF

Tints of Denim #155BBF

RGB

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

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

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

R = 6.93%
G = 30.03%
B = 63.04%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#155BBF (or 0x155BBF) is known color: Denim. HEX triplet: 15, 5B and BF. RGB value is (21,91,191). Sum of RGB (Red+Green+Blue) = 21+91+191=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #155BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BBF is #EAA440. Grayscale: #515151. Windows color (decimal): -15377473 or 12540693. OLE color: 12540693.

HSL color Cylindrical-coordinate representation of color #155BBF: hue angle of 215.29º 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 #155BBF is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 91 191 -
CMYK 0.89 0.52 0 0.25
HSL 215.29º 0.8% 0.42% -
HSV(B) 215.29º 0.89% 0.75% -
XYZ 13.45 11.4 50.78 -
YUV 81.47 189.81 84.87 -
System Red Green Blue C M Y K H S L
Decimal 21 91 191 0.89 0.52 0 0.25 215.29 0.8 0.42
Hex 15 5B BF 59 34 0 19 D7 50 2A
Octal 25 133 277 131 64 0 31 327 120 52
Binary 10101 1011011 10111111 1011001 110100 0 11001 11010111 1010000 101010

Color Harmonies of #155BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BBF

Black with #155BBF

Text Example


Text Example

White with #155BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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