Html Css Color HEX #137ADF Navy Blue

📋 copy color: '#137ADF'

red 19 ◦ green 122 ◦ blue 223

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

Shades of Navy Blue #137ADF

Tints of Navy Blue #137ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 5.22%
G = 33.52%
B = 61.26%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#137ADF (or 0x137ADF) is known color: Navy Blue. HEX triplet: 13, 7A and DF. RGB value is (19,122,223). Sum of RGB (Red+Green+Blue) = 19+122+223=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #137ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ADF is #EC8520. Grayscale: #666666. Windows color (decimal): -15500577 or 14645779. OLE color: 14645779.

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

Color convert

RGB 19 122 223 -
CMYK 0.91 0.45 0 0.13
HSL 209.71º 0.84% 0.47% -
HSV(B) 209.71º 0.91% 0.87% -
XYZ 20.55 19.39 72.47 -
YUV 102.72 195.88 68.29 -
System Red Green Blue C M Y K H S L
Decimal 19 122 223 0.91 0.45 0 0.13 209.71 0.84 0.47
Hex 13 7A DF 5B 2D 0 D D2 54 2F
Octal 23 172 337 133 55 0 15 322 124 57
Binary 10011 1111010 11011111 1011011 101101 0 1101 11010010 1010100 101111

Color Harmonies of #137ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ADF

Black with #137ADF

Text Example


Text Example

White with #137ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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