Html Css Color HEX #137CD5 Navy Blue

📋 copy color: '#137CD5'

red 19 ◦ green 124 ◦ blue 213

#137CD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #137CD5

Tints of Navy Blue #137CD5

RGB

 RED value IS 19 (7.81% from 255) = 5.34%

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 213 (83.59% from 255) = 59.83%

R = 5.34%
G = 34.83%
B = 59.83%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#137CD5 (or 0x137CD5) is known color: Navy Blue. HEX triplet: 13, 7C and D5. RGB value is (19,124,213). Sum of RGB (Red+Green+Blue) = 19+124+213=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #137CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CD5 is #EC832A. Grayscale: #666666. Windows color (decimal): -15500075 or 13990931. OLE color: 13990931.

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

Color convert

RGB 19 124 213 -
CMYK 0.91 0.42 0 0.16
HSL 207.53º 0.84% 0.45% -
HSV(B) 207.53º 0.91% 0.84% -
XYZ 19.49 19.36 65.66 -
YUV 102.75 190.21 68.26 -
System Red Green Blue C M Y K H S L
Decimal 19 124 213 0.91 0.42 0 0.16 207.53 0.84 0.45
Hex 13 7C D5 5B 2A 0 10 D0 54 2D
Octal 23 174 325 133 52 0 20 320 124 55
Binary 10011 1111100 11010101 1011011 101010 0 10000 11010000 1010100 101101

Color Harmonies of #137CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CD5

Black with #137CD5

Text Example


Text Example

White with #137CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #137CD5;
 }
 .AnyTagClassName
 {
   color: #137CD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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