#137FA0

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

Shades of Cerulean #137FA0

Tints of Cerulean #137FA0

Color information

#137FA0 (or 0x137FA0) is unknown color: approx Cerulean. HEX triplet: 13, 7F and A0. RGB value is (19,127,160). Sum of RGB (Red+Green+Blue) = 19+127+160=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #137FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FA0 is #EC805F. Grayscale: #626262. Windows color (decimal): -15499360 or 10518291. OLE color: 10518291.

HSL color Cylindrical-coordinate representation of color #137FA0: hue angle of 194.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137FA0 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB19127160-
CMYK0.880.2100.37
HSL194.04º78.77%35.1%-
HSV(B)194.04º88.13%62.75%-
XYZ14.217.8635.96-
YUV98.47162.7271.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.21%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 160 (62.89% from 255) = 52.29%
R=6.21%
G=41.50%
B=52.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191271600.880.2100.37194.0478.7735.1
Hex137FA05815025c24f23
Octal231772401302504530211743
Binary100111111111101000001011000101010100101110000101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137FA0; }

 p { color: rgb(19,127,160); }

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

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

 a { background-color: rgb(19,127,160); }

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

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

 span { border-color: rgb(19,127,160); }

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