Html Css Color HEX #137FD1 Navy Blue

📋 copy color: '#137FD1'

red 19 ◦ green 127 ◦ blue 209

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

Shades of Navy Blue #137FD1

Tints of Navy Blue #137FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 209 (82.03% from 255) = 58.87%

R = 5.35%
G = 35.77%
B = 58.87%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#137FD1 (or 0x137FD1) is known color: Navy Blue. HEX triplet: 13, 7F and D1. RGB value is (19,127,209). Sum of RGB (Red+Green+Blue) = 19+127+209=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #137FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FD1 is #EC802E. Grayscale: #676767. Windows color (decimal): -15499311 or 13729555. OLE color: 13729555.

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

Color convert

RGB 19 127 209 -
CMYK 0.91 0.39 0 0.18
HSL 205.89º 0.83% 0.45% -
HSV(B) 205.89º 0.91% 0.82% -
XYZ 19.37 19.92 63.15 -
YUV 104.06 187.22 67.33 -
System Red Green Blue C M Y K H S L
Decimal 19 127 209 0.91 0.39 0 0.18 205.89 0.83 0.45
Hex 13 7F D1 5B 27 0 12 CE 53 2D
Octal 23 177 321 133 47 0 22 316 123 55
Binary 10011 1111111 11010001 1011011 100111 0 10010 11001110 1010011 101101

Color Harmonies of #137FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FD1

Black with #137FD1

Text Example


Text Example

White with #137FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,209); }

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

background-color css

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

 a { background-color: rgb(19,127,209); }

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

border-color css

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

 span { border-color: rgb(19,127,209); }

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