#1272AB

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

Shades of Cerulean #1272AB

Tints of Cerulean #1272AB

Color information

#1272AB (or 0x1272AB) is unknown color: approx Cerulean. HEX triplet: 12, 72 and AB. RGB value is (18,114,171). Sum of RGB (Red+Green+Blue) = 18+114+171=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #1272AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272AB is #ED8D54. Grayscale: #5B5B5B. Windows color (decimal): -15568213 or 11235858. OLE color: 11235858.

HSL color Cylindrical-coordinate representation of color #1272AB: hue angle of 202.35º 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 #1272AB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18114171-
CMYK0.890.3300.33
HSL202.35º80.95%37.06%-
HSV(B)202.35º89.47%67.06%-
XYZ13.6215.140.73-
YUV91.79172.775.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=5.94%
G=37.62%
B=56.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181141710.890.3300.33202.3580.9537.06
Hex1272AB5921021ca5125
Octal221622531314104131212145
Binary1001011100101010101110110011000010100001110010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1272AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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