#1278AB

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

Shades of Cerulean #1278AB

Tints of Cerulean #1278AB

Color information

#1278AB (or 0x1278AB) is unknown color: approx Cerulean. HEX triplet: 12, 78 and AB. RGB value is (18,120,171). Sum of RGB (Red+Green+Blue) = 18+120+171=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #1278AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1278AB is #ED8754. Grayscale: #5F5F5F. Windows color (decimal): -15566677 or 11237394. OLE color: 11237394.

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

Color convert

RGB18120171-
CMYK0.890.3000.33
HSL200º80.95%37.06%-
HSV(B)200º89.47%67.06%-
XYZ14.3216.540.96-
YUV95.32170.7172.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=5.83%
G=38.83%
B=55.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181201710.890.3000.3320080.9537.06
Hex1278AB591E021c85125
Octal221702531313604131012145
Binary100101111000101010111011001111100100001110010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1278AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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