#13759F

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

Shades of Cerulean #13759F

Tints of Cerulean #13759F

Color information

#13759F (or 0x13759F) is unknown color: approx Cerulean. HEX triplet: 13, 75 and 9F. RGB value is (19,117,159). Sum of RGB (Red+Green+Blue) = 19+117+159=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #13759F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13759F is #EC8A60. Grayscale: #5C5C5C. Windows color (decimal): -15501921 or 10450195. OLE color: 10450195.

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

Color convert

RGB19117159-
CMYK0.880.2600.38
HSL198º78.65%34.9%-
HSV(B)198º88.05%62.35%-
XYZ12.8915.3635.09-
YUV92.49165.5375.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=6.44%
G=39.66%
B=53.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191171590.880.2600.3819878.6534.9
Hex13759F581A026c64f23
Octal231652371303204630611743
Binary100111110101100111111011000110100100110110001101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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