Html Css Color HEX #137FDC Navy Blue

📋 copy color: '#137FDC'

red 19 ◦ green 127 ◦ blue 220

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

Shades of Navy Blue #137FDC

Tints of Navy Blue #137FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 5.19%
G = 34.7%
B = 60.11%

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

#137FDC (or 0x137FDC) is known color: Navy Blue. HEX triplet: 13, 7F and DC. RGB value is (19,127,220). Sum of RGB (Red+Green+Blue) = 19+127+220=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #137FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FDC is #EC8023. Grayscale: #686868. Windows color (decimal): -15499300 or 14450451. OLE color: 14450451.

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

Color convert

RGB 19 127 220 -
CMYK 0.91 0.42 0 0.14
HSL 207.76º 0.84% 0.47% -
HSV(B) 207.76º 0.91% 0.86% -
XYZ 20.78 20.48 70.57 -
YUV 105.31 192.72 66.44 -
System Red Green Blue C M Y K H S L
Decimal 19 127 220 0.91 0.42 0 0.14 207.76 0.84 0.47
Hex 13 7F DC 5B 2A 0 E D0 54 2F
Octal 23 177 334 133 52 0 16 320 124 57
Binary 10011 1111111 11011100 1011011 101010 0 1110 11010000 1010100 101111

Color Harmonies of #137FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FDC

Black with #137FDC

Text Example


Text Example

White with #137FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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