#1370AD

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

Shades of Cerulean #1370AD

Tints of Cerulean #1370AD

Color information

#1370AD (or 0x1370AD) is unknown color: approx Cerulean. HEX triplet: 13, 70 and AD. RGB value is (19,112,173). Sum of RGB (Red+Green+Blue) = 19+112+173=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #1370AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370AD is #EC8F52. Grayscale: #5A5A5A. Windows color (decimal): -15503187 or 11366419. OLE color: 11366419.

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

Color convert

RGB19112173-
CMYK0.890.3500.32
HSL203.77º80.21%37.65%-
HSV(B)203.77º89.02%67.84%-
XYZ13.6114.7441.66-
YUV91.15174.1976.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.25%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=6.25%
G=36.84%
B=56.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191121730.890.3500.32203.7780.2137.65
Hex1370AD5923020cc5026
Octal231602551314304031412046
Binary1001111100001010110110110011000110100000110011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1370AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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