#1552BB

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

Shades of Denim #1552BB

Tints of Denim #1552BB

Color information

#1552BB (or 0x1552BB) is unknown color: approx Denim. HEX triplet: 15, 52 and BB. RGB value is (21,82,187). Sum of RGB (Red+Green+Blue) = 21+82+187=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #1552BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552BB is #EAAD44. Grayscale: #4B4B4B. Windows color (decimal): -15379781 or 12276245. OLE color: 12276245.

HSL color Cylindrical-coordinate representation of color #1552BB: hue angle of 217.95º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1552BB is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2182187-
CMYK0.890.5600.27
HSL217.95º79.81%40.78%-
HSV(B)217.95º88.77%73.33%-
XYZ12.39.7848.25-
YUV75.73190.7988.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.24%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 187 (73.44% from 255) = 64.48%
R=7.24%
G=28.28%
B=64.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21821870.890.5600.27217.9579.8140.78
Hex1552BB593801Bda5029
Octal251222731317003333212051
Binary101011010010101110111011001111000011011110110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1552BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1552BB; }

 p { color: rgb(21,82,187); }

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

<style>
 a { background-color: #1552BB; }

 a { background-color: rgb(21,82,187); }

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

<style>
 span { border-color: #1552BB; }

 span { border-color: rgb(21,82,187); }

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