#1283AE

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

Shades of Cerulean #1283AE

Tints of Cerulean #1283AE

Color information

#1283AE (or 0x1283AE) is unknown color: approx Cerulean. HEX triplet: 12, 83 and AE. RGB value is (18,131,174). Sum of RGB (Red+Green+Blue) = 18+131+174=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #1283AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283AE is #ED7C51. Grayscale: #656565. Windows color (decimal): -15563858 or 11436818. OLE color: 11436818.

HSL color Cylindrical-coordinate representation of color #1283AE: hue angle of 196.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1283AE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18131174-
CMYK0.900.2500.32
HSL196.54º81.25%37.65%-
HSV(B)196.54º89.66%68.24%-
XYZ16.0119.4242.95-
YUV102.12168.5668-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=5.57%
G=40.56%
B=53.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181311740.900.2500.32196.5481.2537.65
Hex1283AE5A19020c55126
Octal222032561323104030512146
Binary1001010000011101011101011010110010100000110001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1283AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1283AE; }

 p { color: rgb(18,131,174); }

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

<style>
 a { background-color: #1283AE; }

 a { background-color: rgb(18,131,174); }

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

<style>
 span { border-color: #1283AE; }

 span { border-color: rgb(18,131,174); }

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