Html Css Color HEX #137ACC Navy Blue

📋 copy color: '#137ACC'

red 19 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #137ACC

Tints of Navy Blue #137ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 5.51%
G = 35.36%
B = 59.13%

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

#137ACC (or 0x137ACC) is known color: Navy Blue. HEX triplet: 13, 7A and CC. RGB value is (19,122,204). Sum of RGB (Red+Green+Blue) = 19+122+204=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #137ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ACC is #EC8533. Grayscale: #646464. Windows color (decimal): -15500596 or 13400595. OLE color: 13400595.

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

Color convert

RGB 19 122 204 -
CMYK 0.91 0.40 0 0.2
HSL 206.59º 0.83% 0.44% -
HSV(B) 206.59º 0.91% 0.8% -
XYZ 18.13 18.42 59.73 -
YUV 100.55 186.38 69.83 -
System Red Green Blue C M Y K H S L
Decimal 19 122 204 0.91 0.40 0 0.2 206.59 0.83 0.44
Hex 13 7A CC 5B 28 0 14 CF 53 2C
Octal 23 172 314 133 50 0 24 317 123 54
Binary 10011 1111010 11001100 1011011 101000 0 10100 11001111 1010011 101100

Color Harmonies of #137ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ACC

Black with #137ACC

Text Example


Text Example

White with #137ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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