Html Css Color HEX #137FD8 Navy Blue

📋 copy color: '#137FD8'

red 19 ◦ green 127 ◦ blue 216

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

Shades of Navy Blue #137FD8

Tints of Navy Blue #137FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.67%

R = 5.25%
G = 35.08%
B = 59.67%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#137FD8 (or 0x137FD8) is known color: Navy Blue. HEX triplet: 13, 7F and D8. RGB value is (19,127,216). Sum of RGB (Red+Green+Blue) = 19+127+216=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #137FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FD8 is #EC8027. Grayscale: #686868. Windows color (decimal): -15499304 or 14188307. OLE color: 14188307.

HSL color Cylindrical-coordinate representation of color #137FD8: hue angle of 207.11º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137FD8 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 127 216 -
CMYK 0.91 0.41 0 0.15
HSL 207.11º 0.84% 0.46% -
HSV(B) 207.11º 0.91% 0.85% -
XYZ 20.25 20.28 67.81 -
YUV 104.85 190.72 66.76 -
System Red Green Blue C M Y K H S L
Decimal 19 127 216 0.91 0.41 0 0.15 207.11 0.84 0.46
Hex 13 7F D8 5B 29 0 F CF 54 2E
Octal 23 177 330 133 51 0 17 317 124 56
Binary 10011 1111111 11011000 1011011 101001 0 1111 11001111 1010100 101110

Color Harmonies of #137FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FD8

Black with #137FD8

Text Example


Text Example

White with #137FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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