#1B59C0

Color #1B59C0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1B59C0

Tints of Denim #1B59C0

Color information

#1B59C0 (or 0x1B59C0) is unknown color: approx Denim. HEX triplet: 1B, 59 and C0. RGB value is (27,89,192). Sum of RGB (Red+Green+Blue) = 27+89+192=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #1B59C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B59C0 is #E4A63F. Grayscale: #515151. Windows color (decimal): -14984768 or 12605723. OLE color: 12605723.

HSL color Cylindrical-coordinate representation of color #1B59C0: hue angle of 217.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B59C0 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2789192-
CMYK0.860.5400.25
HSL217.45º75.34%42.94%-
HSV(B)217.45º85.94%75.29%-
XYZ13.5411.1851.31-
YUV82.2189.9688.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.77%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 192 (75.39% from 255) = 62.34%
R=8.77%
G=28.90%
B=62.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27891920.860.5400.25217.4575.3442.94
Hex1B59C05636019d94b2b
Octal331313001266603133111353
Binary110111011001110000001010110110110011001110110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B59C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B59C0; }

 p { color: rgb(27,89,192); }

 H1.HeaderClassName
 {
   color: #1B59C0;
 }
 .AnyTagClassName
 {
   color: #1B59C0;
 }
</style>
background-color css

<style>
 a { background-color: #1B59C0; }

 a { background-color: rgb(27,89,192); }

 div.DivClassName
 {
   background-color: #1B59C0;
 }
 .BgClassName
 {
   background-color: #1B59C0;
 }
</style>
border-color css

<style>
 span { border-color: #1B59C0; }

 span { border-color: rgb(27,89,192); }

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