#13709F

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

Shades of Cerulean #13709F

Tints of Cerulean #13709F

Color information

#13709F (or 0x13709F) is unknown color: approx Cerulean. HEX triplet: 13, 70 and 9F. RGB value is (19,112,159). Sum of RGB (Red+Green+Blue) = 19+112+159=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #13709F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13709F is #EC8F60. Grayscale: #595959. Windows color (decimal): -15503201 or 10448915. OLE color: 10448915.

HSL color Cylindrical-coordinate representation of color #13709F: hue angle of 200.14º 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 #13709F is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19112159-
CMYK0.880.3000.38
HSL200.14º78.65%34.9%-
HSV(B)200.14º88.05%62.35%-
XYZ12.3214.2334.9-
YUV89.55167.1977.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=6.55%
G=38.62%
B=54.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191121590.880.3000.38200.1478.6534.9
Hex13709F581E026c84f23
Octal231602371303604631011743
Binary100111110000100111111011000111100100110110010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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