Html Css Color HEX #155BC9 Denim

📋 copy color: '#155BC9'

red 21 ◦ green 91 ◦ blue 201

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

Shades of Denim #155BC9

Tints of Denim #155BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.22%

R = 6.71%
G = 29.07%
B = 64.22%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#155BC9 (or 0x155BC9) is known color: Denim. HEX triplet: 15, 5B and C9. RGB value is (21,91,201). Sum of RGB (Red+Green+Blue) = 21+91+201=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #155BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BC9 is #EAA436. Grayscale: #525252. Windows color (decimal): -15377463 or 13196053. OLE color: 13196053.

HSL color Cylindrical-coordinate representation of color #155BC9: hue angle of 216.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155BC9 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 91 201 -
CMYK 0.90 0.55 0 0.21
HSL 216.67º 0.81% 0.44% -
HSV(B) 216.67º 0.9% 0.79% -
XYZ 14.59 11.86 56.78 -
YUV 82.61 194.81 84.06 -
System Red Green Blue C M Y K H S L
Decimal 21 91 201 0.90 0.55 0 0.21 216.67 0.81 0.44
Hex 15 5B C9 5A 37 0 15 D9 51 2C
Octal 25 133 311 132 67 0 25 331 121 54
Binary 10101 1011011 11001001 1011010 110111 0 10101 11011001 1010001 101100

Color Harmonies of #155BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BC9

Black with #155BC9

Text Example


Text Example

White with #155BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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