#1280BA

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

Shades of Cerulean #1280BA

Tints of Cerulean #1280BA

Color information

#1280BA (or 0x1280BA) is unknown color: approx Cerulean. HEX triplet: 12, 80 and BA. RGB value is (18,128,186). Sum of RGB (Red+Green+Blue) = 18+128+186=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #1280BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280BA is #ED7F45. Grayscale: #656565. Windows color (decimal): -15564614 or 12222482. OLE color: 12222482.

HSL color Cylindrical-coordinate representation of color #1280BA: hue angle of 200.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1280BA is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18128186-
CMYK0.900.3100.27
HSL200.71º82.35%40%-
HSV(B)200.71º90.32%72.94%-
XYZ16.8319.1149.26-
YUV101.72175.5668.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.42%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=5.42%
G=38.55%
B=56.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181281860.900.3100.27200.7182.3540
Hex1280BA5A1F01Bc95228
Octal222002721323703331112250
Binary100101000000010111010101101011111011011110010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1280BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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