Html Css Color HEX #155BC6 Denim

📋 copy color: '#155BC6'

red 21 ◦ green 91 ◦ blue 198

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

Shades of Denim #155BC6

Tints of Denim #155BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.87%

R = 6.77%
G = 29.35%
B = 63.87%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#155BC6 (or 0x155BC6) is known color: Denim. HEX triplet: 15, 5B and C6. RGB value is (21,91,198). Sum of RGB (Red+Green+Blue) = 21+91+198=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #155BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BC6 is #EAA439. Grayscale: #515151. Windows color (decimal): -15377466 or 12999445. OLE color: 12999445.

HSL color Cylindrical-coordinate representation of color #155BC6: hue angle of 216.27º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155BC6 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 91 198 -
CMYK 0.89 0.54 0 0.22
HSL 216.27º 0.81% 0.43% -
HSV(B) 216.27º 0.89% 0.78% -
XYZ 14.24 11.72 54.94 -
YUV 82.27 193.31 84.3 -
System Red Green Blue C M Y K H S L
Decimal 21 91 198 0.89 0.54 0 0.22 216.27 0.81 0.43
Hex 15 5B C6 59 36 0 16 D8 51 2B
Octal 25 133 306 131 66 0 26 330 121 53
Binary 10101 1011011 11000110 1011001 110110 0 10110 11011000 1010001 101011

Color Harmonies of #155BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BC6

Black with #155BC6

Text Example


Text Example

White with #155BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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