Html Css Color HEX #137CC1 Denim

📋 copy color: '#137CC1'

red 19 ◦ green 124 ◦ blue 193

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

Shades of Denim #137CC1

Tints of Denim #137CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 193 (75.78% from 255) = 57.44%

R = 5.65%
G = 36.9%
B = 57.44%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#137CC1 (or 0x137CC1) is known color: Denim. HEX triplet: 13, 7C and C1. RGB value is (19,124,193). Sum of RGB (Red+Green+Blue) = 19+124+193=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #137CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137CC1 is #EC833E. Grayscale: #646464. Windows color (decimal): -15500095 or 12680211. OLE color: 12680211.

HSL color Cylindrical-coordinate representation of color #137CC1: hue angle of 203.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137CC1 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 124 193 -
CMYK 0.90 0.36 0 0.24
HSL 203.79º 0.82% 0.42% -
HSV(B) 203.79º 0.9% 0.76% -
XYZ 17.1 18.4 53.1 -
YUV 100.47 180.21 69.89 -
System Red Green Blue C M Y K H S L
Decimal 19 124 193 0.90 0.36 0 0.24 203.79 0.82 0.42
Hex 13 7C C1 5A 24 0 18 CC 52 2A
Octal 23 174 301 132 44 0 30 314 122 52
Binary 10011 1111100 11000001 1011010 100100 0 11000 11001100 1010010 101010

Color Harmonies of #137CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137CC1

Black with #137CC1

Text Example


Text Example

White with #137CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,124,193); }

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

background-color css

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

 a { background-color: rgb(19,124,193); }

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

border-color css

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

 span { border-color: rgb(19,124,193); }

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