Html Css Color HEX #155BCB Denim

📋 copy color: '#155BCB'

red 21 ◦ green 91 ◦ blue 203

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

Shades of Denim #155BCB

Tints of Denim #155BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 6.67%
G = 28.89%
B = 64.44%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#155BCB (or 0x155BCB) is known color: Denim. HEX triplet: 15, 5B and CB. RGB value is (21,91,203). Sum of RGB (Red+Green+Blue) = 21+91+203=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #155BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BCB is #EAA434. Grayscale: #525252. Windows color (decimal): -15377461 or 13327125. OLE color: 13327125.

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

Color convert

RGB 21 91 203 -
CMYK 0.90 0.55 0 0.20
HSL 216.92º 0.81% 0.44% -
HSV(B) 216.92º 0.9% 0.8% -
XYZ 14.83 11.95 58.03 -
YUV 82.84 195.81 83.89 -
System Red Green Blue C M Y K H S L
Decimal 21 91 203 0.90 0.55 0 0.20 216.92 0.81 0.44
Hex 15 5B CB 5A 37 0 14 D9 51 2C
Octal 25 133 313 132 67 0 24 331 121 54
Binary 10101 1011011 11001011 1011010 110111 0 10100 11011001 1010001 101100

Color Harmonies of #155BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155BCB

Black with #155BCB

Text Example


Text Example

White with #155BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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