#1550B4

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

Shades of Denim #1550B4

Tints of Denim #1550B4

Color information

#1550B4 (or 0x1550B4) is unknown color: approx Denim. HEX triplet: 15, 50 and B4. RGB value is (21,80,180). Sum of RGB (Red+Green+Blue) = 21+80+180=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #1550B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550B4 is #EAAF4B. Grayscale: #494949. Windows color (decimal): -15380300 or 11816981. OLE color: 11816981.

HSL color Cylindrical-coordinate representation of color #1550B4: hue angle of 217.74º 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 #1550B4 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2180180-
CMYK0.880.5600.29
HSL217.74º79.1%39.41%-
HSV(B)217.74º88.33%70.59%-
XYZ11.429.1944.35-
YUV73.76187.9590.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 180 (70.70% from 255) = 64.06%
R=7.47%
G=28.47%
B=64.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21801800.880.5600.29217.7479.139.41
Hex1550B4583801Dda4f27
Octal251202641307003533211747
Binary101011010000101101001011000111000011101110110101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1550B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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