Html Css Color HEX #137CDF Navy Blue

📋 copy color: '#137CDF'

red 19 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #137CDF

Tints of Navy Blue #137CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 5.19%
G = 33.88%
B = 60.93%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#137CDF (or 0x137CDF) is known color: Navy Blue. HEX triplet: 13, 7C and DF. RGB value is (19,124,223). Sum of RGB (Red+Green+Blue) = 19+124+223=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #137CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CDF is #EC8320. Grayscale: #676767. Windows color (decimal): -15500065 or 14646291. OLE color: 14646291.

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

Color convert

RGB 19 124 223 -
CMYK 0.91 0.44 0 0.13
HSL 209.12º 0.84% 0.47% -
HSV(B) 209.12º 0.91% 0.87% -
XYZ 20.8 19.88 72.55 -
YUV 103.89 195.21 67.45 -
System Red Green Blue C M Y K H S L
Decimal 19 124 223 0.91 0.44 0 0.13 209.12 0.84 0.47
Hex 13 7C DF 5B 2C 0 D D1 54 2F
Octal 23 174 337 133 54 0 15 321 124 57
Binary 10011 1111100 11011111 1011011 101100 0 1101 11010001 1010100 101111

Color Harmonies of #137CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CDF

Black with #137CDF

Text Example


Text Example

White with #137CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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