#137494

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

Shades of Cerulean #137494

Tints of Cerulean #137494

Color information

#137494 (or 0x137494) is unknown color: approx Cerulean. HEX triplet: 13, 74 and 94. RGB value is (19,116,148). Sum of RGB (Red+Green+Blue) = 19+116+148=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #137494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137494 is #EC8B6B. Grayscale: #5A5A5A. Windows color (decimal): -15502188 or 9729043. OLE color: 9729043.

HSL color Cylindrical-coordinate representation of color #137494: hue angle of 194.88º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137494 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB19116148-
CMYK0.870.2200.42
HSL194.88º77.25%32.75%-
HSV(B)194.88º87.16%58.04%-
XYZ11.8614.7730.24-
YUV90.64160.3676.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.71%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=6.71%
G=40.99%
B=52.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191161480.870.2200.42194.8877.2532.75
Hex137494571602Ac34d21
Octal231642241272605230311541
Binary100111110100100101001010111101100101010110000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137494; }

 p { color: rgb(19,116,148); }

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

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

 a { background-color: rgb(19,116,148); }

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

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

 span { border-color: rgb(19,116,148); }

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