Html Css Color HEX #155EBC Denim

📋 copy color: '#155EBC'

red 21 ◦ green 94 ◦ blue 188

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

Shades of Denim #155EBC

Tints of Denim #155EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 188 (73.83% from 255) = 62.05%

R = 6.93%
G = 31.02%
B = 62.05%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#155EBC (or 0x155EBC) is known color: Denim. HEX triplet: 15, 5E and BC. RGB value is (21,94,188). Sum of RGB (Red+Green+Blue) = 21+94+188=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #155EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EBC is #EAA143. Grayscale: #525252. Windows color (decimal): -15376708 or 12344853. OLE color: 12344853.

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

Color convert

RGB 21 94 188 -
CMYK 0.89 0.50 0 0.26
HSL 213.77º 0.8% 0.41% -
HSV(B) 213.77º 0.89% 0.74% -
XYZ 13.39 11.8 49.15 -
YUV 82.89 187.32 83.86 -
System Red Green Blue C M Y K H S L
Decimal 21 94 188 0.89 0.50 0 0.26 213.77 0.8 0.41
Hex 15 5E BC 59 32 0 1A D6 50 29
Octal 25 136 274 131 62 0 32 326 120 51
Binary 10101 1011110 10111100 1011001 110010 0 11010 11010110 1010000 101001

Color Harmonies of #155EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155EBC

Black with #155EBC

Text Example


Text Example

White with #155EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,94,188); }

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

background-color css

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

 a { background-color: rgb(21,94,188); }

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

border-color css

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

 span { border-color: rgb(21,94,188); }

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