#137EBE

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

Shades of Cerulean #137EBE

Tints of Cerulean #137EBE

Color information

#137EBE (or 0x137EBE) is unknown color: approx Cerulean. HEX triplet: 13, 7E and BE. RGB value is (19,126,190). Sum of RGB (Red+Green+Blue) = 19+126+190=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #137EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137EBE is #EC8141. Grayscale: #646464. Windows color (decimal): -15499586 or 12484115. OLE color: 12484115.

HSL color Cylindrical-coordinate representation of color #137EBE: hue angle of 202.46º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137EBE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19126190-
CMYK0.900.3400.25
HSL202.46º81.82%40.98%-
HSV(B)202.46º90%74.51%-
XYZ17.0218.7851.44-
YUV101.3178.0569.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=5.67%
G=37.61%
B=56.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191261900.900.3400.25202.4681.8240.98
Hex137EBE5A22019ca5229
Octal231762761324203131212251
Binary100111111110101111101011010100010011001110010101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,126,190); }

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

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

 a { background-color: rgb(19,126,190); }

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

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

 span { border-color: rgb(19,126,190); }

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