#1280A4

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

Shades of Cerulean #1280A4

Tints of Cerulean #1280A4

Color information

#1280A4 (or 0x1280A4) is unknown color: approx Cerulean. HEX triplet: 12, 80 and A4. RGB value is (18,128,164). Sum of RGB (Red+Green+Blue) = 18+128+164=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #1280A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1280A4 is #ED7F5B. Grayscale: #626262. Windows color (decimal): -15564636 or 10780690. OLE color: 10780690.

HSL color Cylindrical-coordinate representation of color #1280A4: hue angle of 194.79º 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 #1280A4 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18128164-
CMYK0.890.2200.36
HSL194.79º80.22%35.69%-
HSV(B)194.79º89.02%64.31%-
XYZ14.6718.2537.87-
YUV99.21164.5670.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 164 (64.45% from 255) = 52.90%
R=5.81%
G=41.29%
B=52.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181281640.890.2200.36194.7980.2235.69
Hex1280A45916024c35024
Octal222002441312604430312044
Binary1001010000000101001001011001101100100100110000111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1280A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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