Html Css Color HEX #137DCB Navy Blue

📋 copy color: '#137DCB'

red 19 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #137DCB

Tints of Navy Blue #137DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 5.48%
G = 36.02%
B = 58.5%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#137DCB (or 0x137DCB) is known color: Navy Blue. HEX triplet: 13, 7D and CB. RGB value is (19,125,203). Sum of RGB (Red+Green+Blue) = 19+125+203=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #137DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DCB is #EC8234. Grayscale: #656565. Windows color (decimal): -15499829 or 13335827. OLE color: 13335827.

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

Color convert

RGB 19 125 203 -
CMYK 0.91 0.38 0 0.20
HSL 205.43º 0.83% 0.44% -
HSV(B) 205.43º 0.91% 0.8% -
XYZ 18.38 19.12 59.22 -
YUV 102.2 184.88 68.66 -
System Red Green Blue C M Y K H S L
Decimal 19 125 203 0.91 0.38 0 0.20 205.43 0.83 0.44
Hex 13 7D CB 5B 26 0 14 CD 53 2C
Octal 23 175 313 133 46 0 24 315 123 54
Binary 10011 1111101 11001011 1011011 100110 0 10100 11001101 1010011 101100

Color Harmonies of #137DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DCB

Black with #137DCB

Text Example


Text Example

White with #137DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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