#1384AE

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

Shades of Cerulean #1384AE

Tints of Cerulean #1384AE

Color information

#1384AE (or 0x1384AE) is unknown color: approx Cerulean. HEX triplet: 13, 84 and AE. RGB value is (19,132,174). Sum of RGB (Red+Green+Blue) = 19+132+174=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #1384AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384AE is #EC7B51. Grayscale: #666666. Windows color (decimal): -15498066 or 11437075. OLE color: 11437075.

HSL color Cylindrical-coordinate representation of color #1384AE: hue angle of 196.26º 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 #1384AE is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB19132174-
CMYK0.890.2400.32
HSL196.26º80.31%37.84%-
HSV(B)196.26º89.08%68.24%-
XYZ16.1619.742.99-
YUV103168.0668.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.85%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=5.85%
G=40.62%
B=53.54%

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
Decimal191321740.890.2400.32196.2680.3137.84
Hex1384AE5918020c45026
Octal232042561313004030412046
Binary1001110000100101011101011001110000100000110001001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1384AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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