#137DCD

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

Shades of Navy Blue #137DCD

Tints of Navy Blue #137DCD

Color information

#137DCD (or 0x137DCD) is unknown color: approx Navy Blue. HEX triplet: 13, 7D and CD. RGB value is (19,125,205). Sum of RGB (Red+Green+Blue) = 19+125+205=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #137DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DCD is #EC8232. Grayscale: #666666. Windows color (decimal): -15499827 or 13466899. OLE color: 13466899.

HSL color Cylindrical-coordinate representation of color #137DCD: hue angle of 205.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137DCD is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19125205-
CMYK0.910.3900.20
HSL205.81º83.04%43.92%-
HSV(B)205.81º90.73%80.39%-
XYZ18.6219.2160.48-
YUV102.43185.8868.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.44%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 205 (80.47% from 255) = 58.74%
R=5.44%
G=35.82%
B=58.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191252050.910.3900.20205.8183.0443.92
Hex137DCD5B27014ce532c
Octal231753151334702431612354
Binary100111111101110011011011011100111010100110011101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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