Html Css Color HEX #137CCF Navy Blue

📋 copy color: '#137CCF'

red 19 ◦ green 124 ◦ blue 207

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

Shades of Navy Blue #137CCF

Tints of Navy Blue #137CCF

RGB

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

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

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

R = 5.43%
G = 35.43%
B = 59.14%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#137CCF (or 0x137CCF) is known color: Navy Blue. HEX triplet: 13, 7C and CF. RGB value is (19,124,207). Sum of RGB (Red+Green+Blue) = 19+124+207=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #137CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CCF is #EC8330. Grayscale: #656565. Windows color (decimal): -15500081 or 13597715. OLE color: 13597715.

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

Color convert

RGB 19 124 207 -
CMYK 0.91 0.40 0 0.19
HSL 206.49º 0.83% 0.44% -
HSV(B) 206.49º 0.91% 0.81% -
XYZ 18.74 19.06 61.72 -
YUV 102.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 19 124 207 0.91 0.40 0 0.19 206.49 0.83 0.44
Hex 13 7C CF 5B 28 0 13 CE 53 2C
Octal 23 174 317 133 50 0 23 316 123 54
Binary 10011 1111100 11001111 1011011 101000 0 10011 11001110 1010011 101100

Color Harmonies of #137CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CCF

Black with #137CCF

Text Example


Text Example

White with #137CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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