#137AC5

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

Shades of Navy Blue #137AC5

Tints of Navy Blue #137AC5

Color information

#137AC5 (or 0x137AC5) is unknown color: approx Navy Blue. HEX triplet: 13, 7A and C5. RGB value is (19,122,197). Sum of RGB (Red+Green+Blue) = 19+122+197=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 197 (77.34% from 255 or 58.28% from 338); Max value from RGB is 197 - color contains mainly: blue. Hex color #137AC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AC5 is #EC853A. Grayscale: #636363. Windows color (decimal): -15500603 or 12941843. OLE color: 12941843.

HSL color Cylindrical-coordinate representation of color #137AC5: hue angle of 205.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137AC5 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19122197-
CMYK0.900.3800.23
HSL205.28º82.41%42.35%-
HSV(B)205.28º90.36%77.25%-
XYZ17.3118.0955.4-
YUV99.75182.8870.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.62%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 197 (77.34% from 255) = 58.28%
R=5.62%
G=36.09%
B=58.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191221970.900.3800.23205.2882.4142.35
Hex137AC55A26017cd522a
Octal231723051324602731512252
Binary100111111010110001011011010100110010111110011011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,122,197); }

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

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

 a { background-color: rgb(19,122,197); }

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

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

 span { border-color: rgb(19,122,197); }

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