#13719F

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

Shades of Cerulean #13719F

Tints of Cerulean #13719F

Color information

#13719F (or 0x13719F) is unknown color: approx Cerulean. HEX triplet: 13, 71 and 9F. RGB value is (19,113,159). Sum of RGB (Red+Green+Blue) = 19+113+159=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #13719F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13719F is #EC8E60. Grayscale: #595959. Windows color (decimal): -15502945 or 10449171. OLE color: 10449171.

HSL color Cylindrical-coordinate representation of color #13719F: hue angle of 199.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13719F is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19113159-
CMYK0.880.2900.38
HSL199.71º78.65%34.9%-
HSV(B)199.71º88.05%62.35%-
XYZ12.4314.4534.94-
YUV90.14166.8677.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=6.53%
G=38.83%
B=54.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191131590.880.2900.38199.7178.6534.9
Hex13719F581D026c84f23
Octal231612371303504631011743
Binary100111110001100111111011000111010100110110010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13719F; }

 p { color: rgb(19,113,159); }

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

<style>
 a { background-color: #13719F; }

 a { background-color: rgb(19,113,159); }

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

<style>
 span { border-color: #13719F; }

 span { border-color: rgb(19,113,159); }

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