#137DBE

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

Shades of Cerulean #137DBE

Tints of Cerulean #137DBE

Color information

#137DBE (or 0x137DBE) is unknown color: approx Cerulean. HEX triplet: 13, 7D and BE. RGB value is (19,125,190). Sum of RGB (Red+Green+Blue) = 19+125+190=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #137DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DBE is #EC8241. Grayscale: #646464. Windows color (decimal): -15499842 or 12483859. OLE color: 12483859.

HSL color Cylindrical-coordinate representation of color #137DBE: hue angle of 202.81º 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 #137DBE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19125190-
CMYK0.900.3400.25
HSL202.81º81.82%40.98%-
HSV(B)202.81º90%74.51%-
XYZ16.918.5251.4-
YUV100.72178.3869.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.69%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=5.69%
G=37.43%
B=56.89%

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
Decimal191251900.900.3400.25202.8181.8240.98
Hex137DBE5A22019cb5229
Octal231752761324203131312251
Binary100111111101101111101011010100010011001110010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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