Html Css Color HEX #155BBA Denim

📋 copy color: '#155BBA'

red 21 ◦ green 91 ◦ blue 186

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

Shades of Denim #155BBA

Tints of Denim #155BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 7.05%
G = 30.54%
B = 62.42%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155BBA (or 0x155BBA) is known color: Denim. HEX triplet: 15, 5B and BA. RGB value is (21,91,186). Sum of RGB (Red+Green+Blue) = 21+91+186=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #155BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BBA is #EAA445. Grayscale: #505050. Windows color (decimal): -15377478 or 12213013. OLE color: 12213013.

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

Color convert

RGB 21 91 186 -
CMYK 0.89 0.51 0 0.27
HSL 214.55º 0.8% 0.41% -
HSV(B) 214.55º 0.89% 0.73% -
XYZ 12.91 11.19 47.93 -
YUV 80.9 187.31 85.28 -
System Red Green Blue C M Y K H S L
Decimal 21 91 186 0.89 0.51 0 0.27 214.55 0.8 0.41
Hex 15 5B BA 59 33 0 1B D7 50 29
Octal 25 133 272 131 63 0 33 327 120 51
Binary 10101 1011011 10111010 1011001 110011 0 11011 11010111 1010000 101001

Color Harmonies of #155BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BBA

Black with #155BBA

Text Example


Text Example

White with #155BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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