#1370AC

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

Shades of Cerulean #1370AC

Tints of Cerulean #1370AC

Color information

#1370AC (or 0x1370AC) is unknown color: approx Cerulean. HEX triplet: 13, 70 and AC. RGB value is (19,112,172). Sum of RGB (Red+Green+Blue) = 19+112+172=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #1370AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370AC is #EC8F53. Grayscale: #5A5A5A. Windows color (decimal): -15503188 or 11300883. OLE color: 11300883.

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

Color convert

RGB19112172-
CMYK0.890.3500.33
HSL203.53º80.1%37.45%-
HSV(B)203.53º88.95%67.45%-
XYZ13.5114.7141.16-
YUV91.03173.6976.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=6.27%
G=36.96%
B=56.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191121720.890.3500.33203.5380.137.45
Hex1370AC5923021cc5025
Octal231602541314304131412045
Binary1001111100001010110010110011000110100001110011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1370AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1370AC; }

 p { color: rgb(19,112,172); }

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

<style>
 a { background-color: #1370AC; }

 a { background-color: rgb(19,112,172); }

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

<style>
 span { border-color: #1370AC; }

 span { border-color: rgb(19,112,172); }

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