#1270BD

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

Shades of Denim #1270BD

Tints of Denim #1270BD

Color information

#1270BD (or 0x1270BD) is unknown color: approx Denim. HEX triplet: 12, 70 and BD. RGB value is (18,112,189). Sum of RGB (Red+Green+Blue) = 18+112+189=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #1270BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270BD is #ED8F42. Grayscale: #5C5C5C. Windows color (decimal): -15568707 or 12414994. OLE color: 12414994.

HSL color Cylindrical-coordinate representation of color #1270BD: hue angle of 207.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1270BD is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18112189-
CMYK0.900.4100.26
HSL207.02º82.61%40.59%-
HSV(B)207.02º90.48%74.12%-
XYZ15.2315.3950.31-
YUV92.67182.3674.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 189 (74.22% from 255) = 59.25%
R=5.64%
G=35.11%
B=59.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181121890.900.4100.26207.0282.6140.59
Hex1270BD5A2901Acf5329
Octal221602751325103231712351
Binary100101110000101111011011010101001011010110011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1270BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1270BD; }

 p { color: rgb(18,112,189); }

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

<style>
 a { background-color: #1270BD; }

 a { background-color: rgb(18,112,189); }

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

<style>
 span { border-color: #1270BD; }

 span { border-color: rgb(18,112,189); }

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