Html Css Color HEX #155BB8 Denim

📋 copy color: '#155BB8'

red 21 ◦ green 91 ◦ blue 184

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

Shades of Denim #155BB8

Tints of Denim #155BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 62.16%

R = 7.09%
G = 30.74%
B = 62.16%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#155BB8 (or 0x155BB8) is known color: Denim. HEX triplet: 15, 5B and B8. RGB value is (21,91,184). Sum of RGB (Red+Green+Blue) = 21+91+184=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #155BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BB8 is #EAA447. Grayscale: #505050. Windows color (decimal): -15377480 or 12081941. OLE color: 12081941.

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

Color convert

RGB 21 91 184 -
CMYK 0.89 0.51 0 0.28
HSL 214.23º 0.8% 0.4% -
HSV(B) 214.23º 0.89% 0.72% -
XYZ 12.7 11.1 46.82 -
YUV 80.67 186.31 85.44 -
System Red Green Blue C M Y K H S L
Decimal 21 91 184 0.89 0.51 0 0.28 214.23 0.8 0.4
Hex 15 5B B8 59 33 0 1C D6 50 28
Octal 25 133 270 131 63 0 34 326 120 50
Binary 10101 1011011 10111000 1011001 110011 0 11100 11010110 1010000 101000

Color Harmonies of #155BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BB8

Black with #155BB8

Text Example


Text Example

White with #155BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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