#1280A9

Color #1280A9 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1280A9

Tints of Cerulean #1280A9

Color information

#1280A9 (or 0x1280A9) is unknown color: approx Cerulean. HEX triplet: 12, 80 and A9. RGB value is (18,128,169). Sum of RGB (Red+Green+Blue) = 18+128+169=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #1280A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1280A9 is #ED7F56. Grayscale: #636363. Windows color (decimal): -15564631 or 11108370. OLE color: 11108370.

HSL color Cylindrical-coordinate representation of color #1280A9: hue angle of 196.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1280A9 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18128169-
CMYK0.890.2400.34
HSL196.29º80.75%36.67%-
HSV(B)196.29º89.35%66.27%-
XYZ15.1318.4340.3-
YUV99.78167.0669.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 169 (66.41% from 255) = 53.65%
R=5.71%
G=40.63%
B=53.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181281690.890.2400.34196.2980.7536.67
Hex1280A95918022c45125
Octal222002511313004230412145
Binary1001010000000101010011011001110000100010110001001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1280A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1280A9; }

 p { color: rgb(18,128,169); }

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

<style>
 a { background-color: #1280A9; }

 a { background-color: rgb(18,128,169); }

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

<style>
 span { border-color: #1280A9; }

 span { border-color: rgb(18,128,169); }

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