#1278AF

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

Shades of Cerulean #1278AF

Tints of Cerulean #1278AF

Color information

#1278AF (or 0x1278AF) is unknown color: approx Cerulean. HEX triplet: 12, 78 and AF. RGB value is (18,120,175). Sum of RGB (Red+Green+Blue) = 18+120+175=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #1278AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1278AF is #ED8750. Grayscale: #5F5F5F. Windows color (decimal): -15566673 or 11499538. OLE color: 11499538.

HSL color Cylindrical-coordinate representation of color #1278AF: hue angle of 201.02º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1278AF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18120175-
CMYK0.900.3100.31
HSL201.02º81.35%37.84%-
HSV(B)201.02º89.71%68.63%-
XYZ14.716.6643-
YUV95.77172.7172.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=5.75%
G=38.34%
B=55.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181201750.900.3100.31201.0281.3537.84
Hex1278AF5A1F01Fc95126
Octal221702571323703731112146
Binary10010111100010101111101101011111011111110010011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1278AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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