#137CD4

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

Shades of Navy Blue #137CD4

Tints of Navy Blue #137CD4

Color information

#137CD4 (or 0x137CD4) is unknown color: approx Navy Blue. HEX triplet: 13, 7C and D4. RGB value is (19,124,212). Sum of RGB (Red+Green+Blue) = 19+124+212=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 212 (83.20% from 255 or 59.72% from 355); Max value from RGB is 212 - color contains mainly: blue. Hex color #137CD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CD4 is #EC832B. Grayscale: #666666. Windows color (decimal): -15500076 or 13925395. OLE color: 13925395.

HSL color Cylindrical-coordinate representation of color #137CD4: hue angle of 207.36º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137CD4 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19124212-
CMYK0.910.4200.17
HSL207.36º83.55%45.29%-
HSV(B)207.36º91.04%83.14%-
XYZ19.3619.3164.99-
YUV102.64189.7168.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.35%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 212 (83.20% from 255) = 59.72%
R=5.35%
G=34.93%
B=59.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191242120.910.4200.17207.3683.5545.29
Hex137CD45B2A011cf542d
Octal231743241335202131712455
Binary100111111100110101001011011101010010001110011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,124,212); }

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

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

 a { background-color: rgb(19,124,212); }

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

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

 span { border-color: rgb(19,124,212); }

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