#1574BB

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

Shades of Denim #1574BB

Tints of Denim #1574BB

Color information

#1574BB (or 0x1574BB) is unknown color: approx Denim. HEX triplet: 15, 74 and BB. RGB value is (21,116,187). Sum of RGB (Red+Green+Blue) = 21+116+187=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #1574BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574BB is #EA8B44. Grayscale: #5F5F5F. Windows color (decimal): -15371077 or 12284949. OLE color: 12284949.

HSL color Cylindrical-coordinate representation of color #1574BB: hue angle of 205.66º 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 #1574BB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21116187-
CMYK0.890.3800.27
HSL205.66º79.81%40.78%-
HSV(B)205.66º88.77%73.33%-
XYZ15.5216.2449.33-
YUV95.69179.5374.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.48%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=6.48%
G=35.80%
B=57.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211161870.890.3800.27205.6679.8140.78
Hex1574BB592601Bce5029
Octal251642731314603331612051
Binary101011110100101110111011001100110011011110011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1574BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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