Html Css Color HEX #137DD4 Navy Blue

📋 copy color: '#137DD4'

red 19 ◦ green 125 ◦ blue 212

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

Shades of Navy Blue #137DD4

Tints of Navy Blue #137DD4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 212 (83.2% from 255) = 59.55%

R = 5.34%
G = 35.11%
B = 59.55%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#137DD4 (or 0x137DD4) is known color: Navy Blue. HEX triplet: 13, 7D and D4. RGB value is (19,125,212). Sum of RGB (Red+Green+Blue) = 19+125+212=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 212 (83.20% from 255 or 59.55% from 356); Max value from RGB is 212 - color contains mainly: blue. Hex color #137DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DD4 is #EC822B. Grayscale: #666666. Windows color (decimal): -15499820 or 13925651. OLE color: 13925651.

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

Color convert

RGB 19 125 212 -
CMYK 0.91 0.41 0 0.17
HSL 207.05º 0.84% 0.45% -
HSV(B) 207.05º 0.91% 0.83% -
XYZ 19.49 19.56 65.04 -
YUV 103.22 189.38 67.93 -
System Red Green Blue C M Y K H S L
Decimal 19 125 212 0.91 0.41 0 0.17 207.05 0.84 0.45
Hex 13 7D D4 5B 29 0 11 CF 54 2D
Octal 23 175 324 133 51 0 21 317 124 55
Binary 10011 1111101 11010100 1011011 101001 0 10001 11001111 1010100 101101

Color Harmonies of #137DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DD4

Black with #137DD4

Text Example


Text Example

White with #137DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,212); }

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

background-color css

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

 a { background-color: rgb(19,125,212); }

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

border-color css

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

 span { border-color: rgb(19,125,212); }

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