Html Css Color HEX #137ADB Navy Blue

📋 copy color: '#137ADB'

red 19 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #137ADB

Tints of Navy Blue #137ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 5.28%
G = 33.89%
B = 60.83%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#137ADB (or 0x137ADB) is known color: Navy Blue. HEX triplet: 13, 7A and DB. RGB value is (19,122,219). Sum of RGB (Red+Green+Blue) = 19+122+219=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #137ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ADB is #EC8524. Grayscale: #656565. Windows color (decimal): -15500581 or 14383635. OLE color: 14383635.

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

Color convert

RGB 19 122 219 -
CMYK 0.91 0.44 0 0.14
HSL 209.1º 0.84% 0.47% -
HSV(B) 209.1º 0.91% 0.86% -
XYZ 20.01 19.17 69.66 -
YUV 102.26 193.88 68.61 -
System Red Green Blue C M Y K H S L
Decimal 19 122 219 0.91 0.44 0 0.14 209.1 0.84 0.47
Hex 13 7A DB 5B 2C 0 E D1 54 2F
Octal 23 172 333 133 54 0 16 321 124 57
Binary 10011 1111010 11011011 1011011 101100 0 1110 11010001 1010100 101111

Color Harmonies of #137ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ADB

Black with #137ADB

Text Example


Text Example

White with #137ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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