Html Css Color HEX #137BCC Navy Blue

📋 copy color: '#137BCC'

red 19 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #137BCC

Tints of Navy Blue #137BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 5.49%
G = 35.55%
B = 58.96%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#137BCC (or 0x137BCC) is known color: Navy Blue. HEX triplet: 13, 7B and CC. RGB value is (19,123,204). Sum of RGB (Red+Green+Blue) = 19+123+204=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #137BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BCC is #EC8433. Grayscale: #646464. Windows color (decimal): -15500340 or 13400851. OLE color: 13400851.

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

Color convert

RGB 19 123 204 -
CMYK 0.91 0.40 0 0.2
HSL 206.27º 0.83% 0.44% -
HSV(B) 206.27º 0.91% 0.8% -
XYZ 18.25 18.66 59.77 -
YUV 101.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 19 123 204 0.91 0.40 0 0.2 206.27 0.83 0.44
Hex 13 7B CC 5B 28 0 14 CE 53 2C
Octal 23 173 314 133 50 0 24 316 123 54
Binary 10011 1111011 11001100 1011011 101000 0 10100 11001110 1010011 101100

Color Harmonies of #137BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BCC

Black with #137BCC

Text Example


Text Example

White with #137BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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