Html Css Color HEX #137AD5 Navy Blue

📋 copy color: '#137AD5'

red 19 ◦ green 122 ◦ blue 213

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

Shades of Navy Blue #137AD5

Tints of Navy Blue #137AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 60.17%

R = 5.37%
G = 34.46%
B = 60.17%

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

#137AD5 (or 0x137AD5) is known color: Navy Blue. HEX triplet: 13, 7A and D5. RGB value is (19,122,213). Sum of RGB (Red+Green+Blue) = 19+122+213=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #137AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AD5 is #EC852A. Grayscale: #656565. Windows color (decimal): -15500587 or 13990419. OLE color: 13990419.

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

Color convert

RGB 19 122 213 -
CMYK 0.91 0.43 0 0.16
HSL 208.14º 0.84% 0.45% -
HSV(B) 208.14º 0.91% 0.84% -
XYZ 19.24 18.86 65.58 -
YUV 101.58 190.88 69.1 -
System Red Green Blue C M Y K H S L
Decimal 19 122 213 0.91 0.43 0 0.16 208.14 0.84 0.45
Hex 13 7A D5 5B 2B 0 10 D0 54 2D
Octal 23 172 325 133 53 0 20 320 124 55
Binary 10011 1111010 11010101 1011011 101011 0 10000 11010000 1010100 101101

Color Harmonies of #137AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AD5

Black with #137AD5

Text Example


Text Example

White with #137AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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