Html Css Color HEX #137AD6 Navy Blue

📋 copy color: '#137AD6'

red 19 ◦ green 122 ◦ blue 214

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

Shades of Navy Blue #137AD6

Tints of Navy Blue #137AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 60.28%

R = 5.35%
G = 34.37%
B = 60.28%

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

#137AD6 (or 0x137AD6) is known color: Navy Blue. HEX triplet: 13, 7A and D6. RGB value is (19,122,214). Sum of RGB (Red+Green+Blue) = 19+122+214=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #137AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137AD6 is #EC8529. Grayscale: #656565. Windows color (decimal): -15500586 or 14055955. OLE color: 14055955.

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

Color convert

RGB 19 122 214 -
CMYK 0.91 0.43 0 0.16
HSL 208.31º 0.84% 0.46% -
HSV(B) 208.31º 0.91% 0.84% -
XYZ 19.37 18.91 66.25 -
YUV 101.69 191.38 69.02 -
System Red Green Blue C M Y K H S L
Decimal 19 122 214 0.91 0.43 0 0.16 208.31 0.84 0.46
Hex 13 7A D6 5B 2B 0 10 D0 54 2E
Octal 23 172 326 133 53 0 20 320 124 56
Binary 10011 1111010 11010110 1011011 101011 0 10000 11010000 1010100 101110

Color Harmonies of #137AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137AD6

Black with #137AD6

Text Example


Text Example

White with #137AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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