#1271AB

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

Shades of Cerulean #1271AB

Tints of Cerulean #1271AB

Color information

#1271AB (or 0x1271AB) is unknown color: approx Cerulean. HEX triplet: 12, 71 and AB. RGB value is (18,113,171). Sum of RGB (Red+Green+Blue) = 18+113+171=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #1271AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1271AB is #ED8E54. Grayscale: #5A5A5A. Windows color (decimal): -15568469 or 11235602. OLE color: 11235602.

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

Color convert

RGB18113171-
CMYK0.890.3400.33
HSL202.75º80.95%37.06%-
HSV(B)202.75º89.47%67.06%-
XYZ13.5114.8840.69-
YUV91.21173.0375.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=5.96%
G=37.42%
B=56.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181131710.890.3400.33202.7580.9537.06
Hex1271AB5922021cb5125
Octal221612531314204131312145
Binary1001011100011010101110110011000100100001110010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1271AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1271AB; }

 p { color: rgb(18,113,171); }

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

<style>
 a { background-color: #1271AB; }

 a { background-color: rgb(18,113,171); }

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

<style>
 span { border-color: #1271AB; }

 span { border-color: rgb(18,113,171); }

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