Html Css Color HEX #137DCE Navy Blue

📋 copy color: '#137DCE'

red 19 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #137DCE

Tints of Navy Blue #137DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 5.43%
G = 35.71%
B = 58.86%

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

#137DCE (or 0x137DCE) is known color: Navy Blue. HEX triplet: 13, 7D and CE. RGB value is (19,125,206). Sum of RGB (Red+Green+Blue) = 19+125+206=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #137DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DCE is #EC8231. Grayscale: #666666. Windows color (decimal): -15499826 or 13532435. OLE color: 13532435.

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

Color convert

RGB 19 125 206 -
CMYK 0.91 0.39 0 0.19
HSL 205.99º 0.83% 0.44% -
HSV(B) 205.99º 0.91% 0.81% -
XYZ 18.74 19.26 61.12 -
YUV 102.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 19 125 206 0.91 0.39 0 0.19 205.99 0.83 0.44
Hex 13 7D CE 5B 27 0 13 CE 53 2C
Octal 23 175 316 133 47 0 23 316 123 54
Binary 10011 1111101 11001110 1011011 100111 0 10011 11001110 1010011 101100

Color Harmonies of #137DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DCE

Black with #137DCE

Text Example


Text Example

White with #137DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,206); }

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

background-color css

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

 a { background-color: rgb(19,125,206); }

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

border-color css

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

 span { border-color: rgb(19,125,206); }

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