Html Css Color HEX #137DDC Navy Blue

📋 copy color: '#137DDC'

red 19 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #137DDC

Tints of Navy Blue #137DDC

RGB

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

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

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

R = 5.22%
G = 34.34%
B = 60.44%

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

#137DDC (or 0x137DDC) is known color: Navy Blue. HEX triplet: 13, 7D and DC. RGB value is (19,125,220). Sum of RGB (Red+Green+Blue) = 19+125+220=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #137DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DDC is #EC8223. Grayscale: #676767. Windows color (decimal): -15499812 or 14449939. OLE color: 14449939.

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

Color convert

RGB 19 125 220 -
CMYK 0.91 0.43 0 0.14
HSL 208.36º 0.84% 0.47% -
HSV(B) 208.36º 0.91% 0.86% -
XYZ 20.52 19.97 70.48 -
YUV 104.14 193.38 67.28 -
System Red Green Blue C M Y K H S L
Decimal 19 125 220 0.91 0.43 0 0.14 208.36 0.84 0.47
Hex 13 7D DC 5B 2B 0 E D0 54 2F
Octal 23 175 334 133 53 0 16 320 124 57
Binary 10011 1111101 11011100 1011011 101011 0 1110 11010000 1010100 101111

Color Harmonies of #137DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DDC

Black with #137DDC

Text Example


Text Example

White with #137DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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