#1286B4

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

Shades of Cerulean #1286B4

Tints of Cerulean #1286B4

Color information

#1286B4 (or 0x1286B4) is unknown color: approx Cerulean. HEX triplet: 12, 86 and B4. RGB value is (18,134,180). Sum of RGB (Red+Green+Blue) = 18+134+180=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #1286B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1286B4 is #ED794B. Grayscale: #686868. Windows color (decimal): -15563084 or 11830802. OLE color: 11830802.

HSL color Cylindrical-coordinate representation of color #1286B4: hue angle of 197.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1286B4 is Cyan = 0.9, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18134180-
CMYK0.90.2600.29
HSL197.04º81.82%38.82%-
HSV(B)197.04º90%70.59%-
XYZ17.0120.4746.24-
YUV104.56170.5766.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.42%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 180 (70.70% from 255) = 54.22%
R=5.42%
G=40.36%
B=54.22%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181341800.90.2600.29197.0481.8238.82
Hex1286B45A1A01Dc55227
Octal222062641323203530512247
Binary100101000011010110100101101011010011101110001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1286B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1286B4; }

 p { color: rgb(18,134,180); }

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

<style>
 a { background-color: #1286B4; }

 a { background-color: rgb(18,134,180); }

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

<style>
 span { border-color: #1286B4; }

 span { border-color: rgb(18,134,180); }

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