Html Css Color HEX #137ECF Navy Blue

📋 copy color: '#137ECF'

red 19 ◦ green 126 ◦ blue 207

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

Shades of Navy Blue #137ECF

Tints of Navy Blue #137ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 5.4%
G = 35.8%
B = 58.81%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#137ECF (or 0x137ECF) is known color: Navy Blue. HEX triplet: 13, 7E and CF. RGB value is (19,126,207). Sum of RGB (Red+Green+Blue) = 19+126+207=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #137ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ECF is #EC8130. Grayscale: #666666. Windows color (decimal): -15499569 or 13598227. OLE color: 13598227.

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

Color convert

RGB 19 126 207 -
CMYK 0.91 0.39 0 0.19
HSL 205.85º 0.83% 0.44% -
HSV(B) 205.85º 0.91% 0.81% -
XYZ 18.99 19.57 61.81 -
YUV 103.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 19 126 207 0.91 0.39 0 0.19 205.85 0.83 0.44
Hex 13 7E CF 5B 27 0 13 CE 53 2C
Octal 23 176 317 133 47 0 23 316 123 54
Binary 10011 1111110 11001111 1011011 100111 0 10011 11001110 1010011 101100

Color Harmonies of #137ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ECF

Black with #137ECF

Text Example


Text Example

White with #137ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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