#1552B4

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

Shades of Denim #1552B4

Tints of Denim #1552B4

Color information

#1552B4 (or 0x1552B4) is unknown color: approx Denim. HEX triplet: 15, 52 and B4. RGB value is (21,82,180). Sum of RGB (Red+Green+Blue) = 21+82+180=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #1552B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552B4 is #EAAD4B. Grayscale: #4A4A4A. Windows color (decimal): -15379788 or 11817493. OLE color: 11817493.

HSL color Cylindrical-coordinate representation of color #1552B4: hue angle of 216.98º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1552B4 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2182180-
CMYK0.880.5400.29
HSL216.98º79.1%39.41%-
HSV(B)216.98º88.33%70.59%-
XYZ11.569.4944.4-
YUV74.93187.2989.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 180 (70.70% from 255) = 63.60%
R=7.42%
G=28.98%
B=63.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21821800.880.5400.29216.9879.139.41
Hex1552B4583601Dd94f27
Octal251222641306603533111747
Binary101011010010101101001011000110110011101110110011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1552B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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