Html Css Color HEX #155BC1 Denim

📋 copy color: '#155BC1'

red 21 ◦ green 91 ◦ blue 193

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

Shades of Denim #155BC1

Tints of Denim #155BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.28%

R = 6.89%
G = 29.84%
B = 63.28%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#155BC1 (or 0x155BC1) is known color: Denim. HEX triplet: 15, 5B and C1. RGB value is (21,91,193). Sum of RGB (Red+Green+Blue) = 21+91+193=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #155BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BC1 is #EAA43E. Grayscale: #515151. Windows color (decimal): -15377471 or 12671765. OLE color: 12671765.

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

Color convert

RGB 21 91 193 -
CMYK 0.89 0.53 0 0.24
HSL 215.58º 0.8% 0.42% -
HSV(B) 215.58º 0.89% 0.76% -
XYZ 13.68 11.49 51.95 -
YUV 81.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 21 91 193 0.89 0.53 0 0.24 215.58 0.8 0.42
Hex 15 5B C1 59 35 0 18 D8 50 2A
Octal 25 133 301 131 65 0 30 330 120 52
Binary 10101 1011011 11000001 1011001 110101 0 11000 11011000 1010000 101010

Color Harmonies of #155BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BC1

Black with #155BC1

Text Example


Text Example

White with #155BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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