Html Css Color HEX #137FDB Navy Blue

📋 copy color: '#137FDB'

red 19 ◦ green 127 ◦ blue 219

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

Shades of Navy Blue #137FDB

Tints of Navy Blue #137FDB

RGB

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

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

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

R = 5.21%
G = 34.79%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#137FDB (or 0x137FDB) is known color: Navy Blue. HEX triplet: 13, 7F and DB. RGB value is (19,127,219). Sum of RGB (Red+Green+Blue) = 19+127+219=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #137FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FDB is #EC8024. Grayscale: #686868. Windows color (decimal): -15499301 or 14384915. OLE color: 14384915.

HSL color Cylindrical-coordinate representation of color #137FDB: hue angle of 207.6º 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 #137FDB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 127 219 -
CMYK 0.91 0.42 0 0.14
HSL 207.6º 0.84% 0.47% -
HSV(B) 207.6º 0.91% 0.86% -
XYZ 20.64 20.43 69.87 -
YUV 105.2 192.22 66.52 -
System Red Green Blue C M Y K H S L
Decimal 19 127 219 0.91 0.42 0 0.14 207.6 0.84 0.47
Hex 13 7F DB 5B 2A 0 E D0 54 2F
Octal 23 177 333 133 52 0 16 320 124 57
Binary 10011 1111111 11011011 1011011 101010 0 1110 11010000 1010100 101111

Color Harmonies of #137FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FDB

Black with #137FDB

Text Example


Text Example

White with #137FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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