Html Css Color HEX #137BCD Navy Blue

📋 copy color: '#137BCD'

red 19 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #137BCD

Tints of Navy Blue #137BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 5.48%
G = 35.45%
B = 59.08%

CMYK

 C value IS 0.91

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#137BCD (or 0x137BCD) is known color: Navy Blue. HEX triplet: 13, 7B and CD. RGB value is (19,123,205). Sum of RGB (Red+Green+Blue) = 19+123+205=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #137BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BCD is #EC8432. Grayscale: #646464. Windows color (decimal): -15500339 or 13466387. OLE color: 13466387.

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

Color convert

RGB 19 123 205 -
CMYK 0.91 0.4 0 0.20
HSL 206.45º 0.83% 0.44% -
HSV(B) 206.45º 0.91% 0.8% -
XYZ 18.37 18.71 60.4 -
YUV 101.25 186.54 69.33 -
System Red Green Blue C M Y K H S L
Decimal 19 123 205 0.91 0.4 0 0.20 206.45 0.83 0.44
Hex 13 7B CD 5B 28 0 14 CE 53 2C
Octal 23 173 315 133 50 0 24 316 123 54
Binary 10011 1111011 11001101 1011011 101000 0 10100 11001110 1010011 101100

Color Harmonies of #137BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BCD

Black with #137BCD

Text Example


Text Example

White with #137BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,123,205); }

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

background-color css

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

 a { background-color: rgb(19,123,205); }

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

border-color css

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

 span { border-color: rgb(19,123,205); }

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