#1276A4

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

Shades of Cerulean #1276A4

Tints of Cerulean #1276A4

Color information

#1276A4 (or 0x1276A4) is unknown color: approx Cerulean. HEX triplet: 12, 76 and A4. RGB value is (18,118,164). Sum of RGB (Red+Green+Blue) = 18+118+164=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #1276A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1276A4 is #ED895B. Grayscale: #5D5D5D. Windows color (decimal): -15567196 or 10778130. OLE color: 10778130.

HSL color Cylindrical-coordinate representation of color #1276A4: hue angle of 198.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1276A4 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18118164-
CMYK0.890.2800.36
HSL198.9º80.22%35.69%-
HSV(B)198.9º89.02%64.31%-
XYZ13.4315.7737.46-
YUV93.34167.8774.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 164 (64.45% from 255) = 54.67%
R=6%
G=39.33%
B=54.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181181640.890.2800.36198.980.2235.69
Hex1276A4591C024c75024
Octal221662441313404430712044
Binary100101110110101001001011001111000100100110001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1276A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1276A4; }

 p { color: rgb(18,118,164); }

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

<style>
 a { background-color: #1276A4; }

 a { background-color: rgb(18,118,164); }

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

<style>
 span { border-color: #1276A4; }

 span { border-color: rgb(18,118,164); }

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