#1284B1

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

Shades of Cerulean #1284B1

Tints of Cerulean #1284B1

Color information

#1284B1 (or 0x1284B1) is unknown color: approx Cerulean. HEX triplet: 12, 84 and B1. RGB value is (18,132,177). Sum of RGB (Red+Green+Blue) = 18+132+177=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #1284B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1284B1 is #ED7B4E. Grayscale: #666666. Windows color (decimal): -15563599 or 11633682. OLE color: 11633682.

HSL color Cylindrical-coordinate representation of color #1284B1: hue angle of 196.98º degrees, saturation: 0.82, 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 #1284B1 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18132177-
CMYK0.900.2500.31
HSL196.98º81.54%38.24%-
HSV(B)196.98º89.83%69.41%-
XYZ16.4419.8144.55-
YUV103.04169.7367.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.50%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=5.50%
G=40.37%
B=54.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181321770.900.2500.31196.9881.5438.24
Hex1284B15A1901Fc55226
Octal222042611323103730512246
Binary100101000010010110001101101011001011111110001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1284B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1284B1; }

 p { color: rgb(18,132,177); }

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

<style>
 a { background-color: #1284B1; }

 a { background-color: rgb(18,132,177); }

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

<style>
 span { border-color: #1284B1; }

 span { border-color: rgb(18,132,177); }

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