#1385AA

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

Shades of Cerulean #1385AA

Tints of Cerulean #1385AA

Color information

#1385AA (or 0x1385AA) is unknown color: approx Cerulean. HEX triplet: 13, 85 and AA. RGB value is (19,133,170). Sum of RGB (Red+Green+Blue) = 19+133+170=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #1385AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1385AA is #EC7A55. Grayscale: #666666. Windows color (decimal): -15497814 or 11175187. OLE color: 11175187.

HSL color Cylindrical-coordinate representation of color #1385AA: hue angle of 194.7º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1385AA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB19133170-
CMYK0.890.2200.33
HSL194.7º79.89%37.06%-
HSV(B)194.7º88.82%66.67%-
XYZ15.9119.8241.02-
YUV103.13165.7367.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.90%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=5.90%
G=41.30%
B=52.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191331700.890.2200.33194.779.8937.06
Hex1385AA5916021c35025
Octal232052521312604130312045
Binary1001110000101101010101011001101100100001110000111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1385AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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