#137DAF

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

Shades of Cerulean #137DAF

Tints of Cerulean #137DAF

Color information

#137DAF (or 0x137DAF) is unknown color: approx Cerulean. HEX triplet: 13, 7D and AF. RGB value is (19,125,175). Sum of RGB (Red+Green+Blue) = 19+125+175=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #137DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137DAF is #EC8250. Grayscale: #626262. Windows color (decimal): -15499857 or 11500819. OLE color: 11500819.

HSL color Cylindrical-coordinate representation of color #137DAF: hue angle of 199.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137DAF is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB19125175-
CMYK0.890.2900.31
HSL199.23º80.41%38.04%-
HSV(B)199.23º89.14%68.63%-
XYZ15.3417.943.2-
YUV99.01170.8870.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.96%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=5.96%
G=39.18%
B=54.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191251750.890.2900.31199.2380.4138.04
Hex137DAF591D01Fc75026
Octal231752571313503730712046
Binary10011111110110101111101100111101011111110001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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