Html Css Color HEX #137CC7 Navy Blue

📋 copy color: '#137CC7'

red 19 ◦ green 124 ◦ blue 199

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

Shades of Navy Blue #137CC7

Tints of Navy Blue #137CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 58.19%

R = 5.56%
G = 36.26%
B = 58.19%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#137CC7 (or 0x137CC7) is known color: Navy Blue. HEX triplet: 13, 7C and C7. RGB value is (19,124,199). Sum of RGB (Red+Green+Blue) = 19+124+199=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #137CC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CC7 is #EC8338. Grayscale: #646464. Windows color (decimal): -15500089 or 13073427. OLE color: 13073427.

HSL color Cylindrical-coordinate representation of color #137CC7: hue angle of 205º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137CC7 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 124 199 -
CMYK 0.90 0.38 0 0.22
HSL 205º 0.83% 0.43% -
HSV(B) 205º 0.9% 0.78% -
XYZ 17.79 18.68 56.7 -
YUV 101.16 183.21 69.4 -
System Red Green Blue C M Y K H S L
Decimal 19 124 199 0.90 0.38 0 0.22 205 0.83 0.43
Hex 13 7C C7 5A 26 0 16 CD 53 2B
Octal 23 174 307 132 46 0 26 315 123 53
Binary 10011 1111100 11000111 1011010 100110 0 10110 11001101 1010011 101011

Color Harmonies of #137CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CC7

Black with #137CC7

Text Example


Text Example

White with #137CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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