#137BA2

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

Shades of Cerulean #137BA2

Tints of Cerulean #137BA2

Color information

#137BA2 (or 0x137BA2) is unknown color: approx Cerulean. HEX triplet: 13, 7B and A2. RGB value is (19,123,162). Sum of RGB (Red+Green+Blue) = 19+123+162=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #137BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BA2 is #EC845D. Grayscale: #606060. Windows color (decimal): -15500382 or 10648339. OLE color: 10648339.

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

Color convert

RGB19123162-
CMYK0.880.2400.36
HSL196.36º79.01%35.49%-
HSV(B)196.36º88.27%63.53%-
XYZ13.8716.9136.72-
YUV96.35165.0472.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.25%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 162 (63.67% from 255) = 53.29%
R=6.25%
G=40.46%
B=53.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191231620.880.2400.36196.3679.0135.49
Hex137BA25818024c44f23
Octal231732421303004430411743
Binary100111111011101000101011000110000100100110001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,123,162); }

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

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

 a { background-color: rgb(19,123,162); }

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

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

 span { border-color: rgb(19,123,162); }

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