#1270AC

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

Shades of Cerulean #1270AC

Tints of Cerulean #1270AC

Color information

#1270AC (or 0x1270AC) is unknown color: approx Cerulean. HEX triplet: 12, 70 and AC. RGB value is (18,112,172). Sum of RGB (Red+Green+Blue) = 18+112+172=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #1270AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1270AC is #ED8F53. Grayscale: #5A5A5A. Windows color (decimal): -15568724 or 11300882. OLE color: 11300882.

HSL color Cylindrical-coordinate representation of color #1270AC: hue angle of 203.38º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1270AC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18112172-
CMYK0.900.3500.33
HSL203.38º81.05%37.25%-
HSV(B)203.38º89.53%67.45%-
XYZ13.4914.741.16-
YUV90.73173.8676.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=5.96%
G=37.09%
B=56.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181121720.900.3500.33203.3881.0537.25
Hex1270AC5A23021cb5125
Octal221602541324304131312145
Binary1001011100001010110010110101000110100001110010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1270AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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