Html Css Color HEX #137DDF Navy Blue

📋 copy color: '#137DDF'

red 19 ◦ green 125 ◦ blue 223

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

Shades of Navy Blue #137DDF

Tints of Navy Blue #137DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 5.18%
G = 34.06%
B = 60.76%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#137DDF (or 0x137DDF) is known color: Navy Blue. HEX triplet: 13, 7D and DF. RGB value is (19,125,223). Sum of RGB (Red+Green+Blue) = 19+125+223=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #137DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DDF is #EC8220. Grayscale: #676767. Windows color (decimal): -15499809 or 14646547. OLE color: 14646547.

HSL color Cylindrical-coordinate representation of color #137DDF: hue angle of 208.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137DDF is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 125 223 -
CMYK 0.91 0.44 0 0.13
HSL 208.82º 0.84% 0.47% -
HSV(B) 208.82º 0.91% 0.87% -
XYZ 20.92 20.13 72.6 -
YUV 104.48 194.88 67.03 -
System Red Green Blue C M Y K H S L
Decimal 19 125 223 0.91 0.44 0 0.13 208.82 0.84 0.47
Hex 13 7D DF 5B 2C 0 D D1 54 2F
Octal 23 175 337 133 54 0 15 321 124 57
Binary 10011 1111101 11011111 1011011 101100 0 1101 11010001 1010100 101111

Color Harmonies of #137DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DDF

Black with #137DDF

Text Example


Text Example

White with #137DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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