Html Css Color HEX #137AD7 Navy Blue

📋 copy color: '#137AD7'

red 19 ◦ green 122 ◦ blue 215

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

Shades of Navy Blue #137AD7

Tints of Navy Blue #137AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 215 (84.38% from 255) = 60.39%

R = 5.34%
G = 34.27%
B = 60.39%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#137AD7 (or 0x137AD7) is known color: Navy Blue. HEX triplet: 13, 7A and D7. RGB value is (19,122,215). Sum of RGB (Red+Green+Blue) = 19+122+215=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #137AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AD7 is #EC8528. Grayscale: #656565. Windows color (decimal): -15500585 or 14121491. OLE color: 14121491.

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

Color convert

RGB 19 122 215 -
CMYK 0.91 0.43 0 0.16
HSL 208.47º 0.84% 0.46% -
HSV(B) 208.47º 0.91% 0.84% -
XYZ 19.49 18.96 66.92 -
YUV 101.81 191.88 68.94 -
System Red Green Blue C M Y K H S L
Decimal 19 122 215 0.91 0.43 0 0.16 208.47 0.84 0.46
Hex 13 7A D7 5B 2B 0 10 D0 54 2E
Octal 23 172 327 133 53 0 20 320 124 56
Binary 10011 1111010 11010111 1011011 101011 0 10000 11010000 1010100 101110

Color Harmonies of #137AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AD7

Black with #137AD7

Text Example


Text Example

White with #137AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,215); }

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

background-color css

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

 a { background-color: rgb(19,122,215); }

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

border-color css

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

 span { border-color: rgb(19,122,215); }

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