#1387AA

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

Shades of Cerulean #1387AA

Tints of Cerulean #1387AA

Color information

#1387AA (or 0x1387AA) is unknown color: approx Cerulean. HEX triplet: 13, 87 and AA. RGB value is (19,135,170). Sum of RGB (Red+Green+Blue) = 19+135+170=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #1387AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1387AA is #EC7855. Grayscale: #686868. Windows color (decimal): -15497302 or 11175699. OLE color: 11175699.

HSL color Cylindrical-coordinate representation of color #1387AA: hue angle of 193.91º 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 #1387AA is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB19135170-
CMYK0.890.2100.33
HSL193.91º79.89%37.06%-
HSV(B)193.91º88.82%66.67%-
XYZ16.1920.3741.11-
YUV104.31165.0767.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.86%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=5.86%
G=41.67%
B=52.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191351700.890.2100.33193.9179.8937.06
Hex1387AA5915021c25025
Octal232072521312504130212045
Binary1001110000111101010101011001101010100001110000101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1387AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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