Html Css Color HEX #137BC0 Denim

📋 copy color: '#137BC0'

red 19 ◦ green 123 ◦ blue 192

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

Shades of Denim #137BC0

Tints of Denim #137BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 5.69%
G = 36.83%
B = 57.49%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#137BC0 (or 0x137BC0) is known color: Denim. HEX triplet: 13, 7B and C0. RGB value is (19,123,192). Sum of RGB (Red+Green+Blue) = 19+123+192=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #137BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BC0 is #EC843F. Grayscale: #636363. Windows color (decimal): -15500352 or 12614419. OLE color: 12614419.

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

Color convert

RGB 19 123 192 -
CMYK 0.90 0.36 0 0.25
HSL 203.93º 0.82% 0.41% -
HSV(B) 203.93º 0.9% 0.75% -
XYZ 16.87 18.11 52.48 -
YUV 99.77 180.04 70.39 -
System Red Green Blue C M Y K H S L
Decimal 19 123 192 0.90 0.36 0 0.25 203.93 0.82 0.41
Hex 13 7B C0 5A 24 0 19 CC 52 29
Octal 23 173 300 132 44 0 31 314 122 51
Binary 10011 1111011 11000000 1011010 100100 0 11001 11001100 1010010 101001

Color Harmonies of #137BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BC0

Black with #137BC0

Text Example


Text Example

White with #137BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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