Html Css Color HEX #137BC1 Denim

📋 copy color: '#137BC1'

red 19 ◦ green 123 ◦ blue 193

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

Shades of Denim #137BC1

Tints of Denim #137BC1

RGB

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

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

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

R = 5.67%
G = 36.72%
B = 57.61%

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

#137BC1 (or 0x137BC1) is known color: Denim. HEX triplet: 13, 7B and C1. RGB value is (19,123,193). Sum of RGB (Red+Green+Blue) = 19+123+193=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #137BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BC1 is #EC843E. Grayscale: #636363. Windows color (decimal): -15500351 or 12679955. OLE color: 12679955.

HSL color Cylindrical-coordinate representation of color #137BC1: hue angle of 204.14º 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 #137BC1 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 123 193 -
CMYK 0.90 0.36 0 0.24
HSL 204.14º 0.82% 0.42% -
HSV(B) 204.14º 0.9% 0.76% -
XYZ 16.98 18.15 53.06 -
YUV 99.88 180.54 70.31 -
System Red Green Blue C M Y K H S L
Decimal 19 123 193 0.90 0.36 0 0.24 204.14 0.82 0.42
Hex 13 7B C1 5A 24 0 18 CC 52 2A
Octal 23 173 301 132 44 0 30 314 122 52
Binary 10011 1111011 11000001 1011010 100100 0 11000 11001100 1010010 101010

Color Harmonies of #137BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BC1

Black with #137BC1

Text Example


Text Example

White with #137BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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