#1475BA

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

Shades of Denim #1475BA

Tints of Denim #1475BA

Color information

#1475BA (or 0x1475BA) is unknown color: approx Denim. HEX triplet: 14, 75 and BA. RGB value is (20,117,186). Sum of RGB (Red+Green+Blue) = 20+117+186=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #1475BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1475BA is #EB8A45. Grayscale: #5F5F5F. Windows color (decimal): -15436358 or 12219668. OLE color: 12219668.

HSL color Cylindrical-coordinate representation of color #1475BA: hue angle of 204.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1475BA is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20117186-
CMYK0.890.3700.27
HSL204.94º80.58%40.39%-
HSV(B)204.94º89.25%72.94%-
XYZ15.5116.4248.81-
YUV95.86178.8673.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=6.19%
G=36.22%
B=57.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201171860.890.3700.27204.9480.5840.39
Hex1475BA592501Bcd5128
Octal241652721314503331512150
Binary101001110101101110101011001100101011011110011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1475BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1475BA; }

 p { color: rgb(20,117,186); }

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

<style>
 a { background-color: #1475BA; }

 a { background-color: rgb(20,117,186); }

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

<style>
 span { border-color: #1475BA; }

 span { border-color: rgb(20,117,186); }

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