#1379AE

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

Shades of Cerulean #1379AE

Tints of Cerulean #1379AE

Color information

#1379AE (or 0x1379AE) is unknown color: approx Cerulean. HEX triplet: 13, 79 and AE. RGB value is (19,121,174). Sum of RGB (Red+Green+Blue) = 19+121+174=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #1379AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1379AE is #EC8651. Grayscale: #606060. Windows color (decimal): -15500882 or 11434259. OLE color: 11434259.

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

Color convert

RGB19121174-
CMYK0.890.3000.32
HSL200.52º80.31%37.84%-
HSV(B)200.52º89.08%68.24%-
XYZ14.7516.8742.52-
YUV96.54171.7172.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.05%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=6.05%
G=38.54%
B=55.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191211740.890.3000.32200.5280.3137.84
Hex1379AE591E020c95026
Octal231712561313604031112046
Binary100111111001101011101011001111100100000110010011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1379AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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