#1470BB

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

Shades of Denim #1470BB

Tints of Denim #1470BB

Color information

#1470BB (or 0x1470BB) is unknown color: approx Denim. HEX triplet: 14, 70 and BB. RGB value is (20,112,187). Sum of RGB (Red+Green+Blue) = 20+112+187=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #1470BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470BB is #EB8F44. Grayscale: #5C5C5C. Windows color (decimal): -15437637 or 12283924. OLE color: 12283924.

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

Color convert

RGB20112187-
CMYK0.890.4000.27
HSL206.95º80.68%40.59%-
HSV(B)206.95º89.3%73.33%-
XYZ15.0515.3249.18-
YUV93.04181.0275.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.27%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=6.27%
G=35.11%
B=58.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201121870.890.4000.27206.9580.6840.59
Hex1470BB592801Bcf5129
Octal241602731315003331712151
Binary101001110000101110111011001101000011011110011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1470BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,112,187); }

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

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

 a { background-color: rgb(20,112,187); }

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

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

 span { border-color: rgb(20,112,187); }

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