Html Css Color HEX #137FDD Navy Blue

📋 copy color: '#137FDD'

red 19 ◦ green 127 ◦ blue 221

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

Shades of Navy Blue #137FDD

Tints of Navy Blue #137FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 5.18%
G = 34.6%
B = 60.22%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#137FDD (or 0x137FDD) is known color: Navy Blue. HEX triplet: 13, 7F and DD. RGB value is (19,127,221). Sum of RGB (Red+Green+Blue) = 19+127+221=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #137FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137FDD is #EC8022. Grayscale: #686868. Windows color (decimal): -15499299 or 14515987. OLE color: 14515987.

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

Color convert

RGB 19 127 221 -
CMYK 0.91 0.43 0 0.13
HSL 207.92º 0.84% 0.47% -
HSV(B) 207.92º 0.91% 0.87% -
XYZ 20.91 20.54 71.27 -
YUV 105.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 19 127 221 0.91 0.43 0 0.13 207.92 0.84 0.47
Hex 13 7F DD 5B 2B 0 D D0 54 2F
Octal 23 177 335 133 53 0 15 320 124 57
Binary 10011 1111111 11011101 1011011 101011 0 1101 11010000 1010100 101111

Color Harmonies of #137FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FDD

Black with #137FDD

Text Example


Text Example

White with #137FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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