Html Css Color HEX #137ECC Navy Blue

📋 copy color: '#137ECC'

red 19 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #137ECC

Tints of Navy Blue #137ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.1%

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 5.44%
G = 36.1%
B = 58.45%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#137ECC (or 0x137ECC) is known color: Navy Blue. HEX triplet: 13, 7E and CC. RGB value is (19,126,204). Sum of RGB (Red+Green+Blue) = 19+126+204=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #137ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ECC is #EC8133. Grayscale: #666666. Windows color (decimal): -15499572 or 13401619. OLE color: 13401619.

HSL color Cylindrical-coordinate representation of color #137ECC: hue angle of 205.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137ECC is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 126 204 -
CMYK 0.91 0.38 0 0.2
HSL 205.3º 0.83% 0.44% -
HSV(B) 205.3º 0.91% 0.8% -
XYZ 18.63 19.42 59.89 -
YUV 102.9 185.05 68.16 -
System Red Green Blue C M Y K H S L
Decimal 19 126 204 0.91 0.38 0 0.2 205.3 0.83 0.44
Hex 13 7E CC 5B 26 0 14 CD 53 2C
Octal 23 176 314 133 46 0 24 315 123 54
Binary 10011 1111110 11001100 1011011 100110 0 10100 11001101 1010011 101100

Color Harmonies of #137ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ECC

Black with #137ECC

Text Example


Text Example

White with #137ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,126,204); }

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

background-color css

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

 a { background-color: rgb(19,126,204); }

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

border-color css

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

 span { border-color: rgb(19,126,204); }

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