Html Css Color HEX #137DDB Navy Blue

📋 copy color: '#137DDB'

red 19 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #137DDB

Tints of Navy Blue #137DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 5.23%
G = 34.44%
B = 60.33%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#137DDB (or 0x137DDB) is known color: Navy Blue. HEX triplet: 13, 7D and DB. RGB value is (19,125,219). Sum of RGB (Red+Green+Blue) = 19+125+219=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #137DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DDB is #EC8224. Grayscale: #676767. Windows color (decimal): -15499813 or 14384403. OLE color: 14384403.

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

Color convert

RGB 19 125 219 -
CMYK 0.91 0.43 0 0.14
HSL 208.2º 0.84% 0.47% -
HSV(B) 208.2º 0.91% 0.86% -
XYZ 20.39 19.92 69.79 -
YUV 104.02 192.88 67.36 -
System Red Green Blue C M Y K H S L
Decimal 19 125 219 0.91 0.43 0 0.14 208.2 0.84 0.47
Hex 13 7D DB 5B 2B 0 E D0 54 2F
Octal 23 175 333 133 53 0 16 320 124 57
Binary 10011 1111101 11011011 1011011 101011 0 1110 11010000 1010100 101111

Color Harmonies of #137DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DDB

Black with #137DDB

Text Example


Text Example

White with #137DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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