#1385AE

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

Shades of Cerulean #1385AE

Tints of Cerulean #1385AE

Color information

#1385AE (or 0x1385AE) is unknown color: approx Cerulean. HEX triplet: 13, 85 and AE. RGB value is (19,133,174). Sum of RGB (Red+Green+Blue) = 19+133+174=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #1385AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1385AE is #EC7A51. Grayscale: #676767. Windows color (decimal): -15497810 or 11437331. OLE color: 11437331.

HSL color Cylindrical-coordinate representation of color #1385AE: hue angle of 195.87º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1385AE is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19133174-
CMYK0.890.2400.32
HSL195.87º80.31%37.84%-
HSV(B)195.87º89.08%68.24%-
XYZ16.319.9743.04-
YUV103.59167.7367.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.83%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=5.83%
G=40.80%
B=53.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191331740.890.2400.32195.8780.3137.84
Hex1385AE5918020c45026
Octal232052561313004030412046
Binary1001110000101101011101011001110000100000110001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1385AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,133,174); }

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

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

 a { background-color: rgb(19,133,174); }

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

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

 span { border-color: rgb(19,133,174); }

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