Html Css Color HEX #137DC2 Denim

📋 copy color: '#137DC2'

red 19 ◦ green 125 ◦ blue 194

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

Shades of Denim #137DC2

Tints of Denim #137DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 194 (76.17% from 255) = 57.4%

R = 5.62%
G = 36.98%
B = 57.4%

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

#137DC2 (or 0x137DC2) is known color: Denim. HEX triplet: 13, 7D and C2. RGB value is (19,125,194). Sum of RGB (Red+Green+Blue) = 19+125+194=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #137DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DC2 is #EC823D. Grayscale: #646464. Windows color (decimal): -15499838 or 12746003. OLE color: 12746003.

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

Color convert

RGB 19 125 194 -
CMYK 0.90 0.36 0 0.24
HSL 203.66º 0.82% 0.42% -
HSV(B) 203.66º 0.9% 0.76% -
XYZ 17.34 18.7 53.73 -
YUV 101.17 180.38 69.39 -
System Red Green Blue C M Y K H S L
Decimal 19 125 194 0.90 0.36 0 0.24 203.66 0.82 0.42
Hex 13 7D C2 5A 24 0 18 CC 52 2A
Octal 23 175 302 132 44 0 30 314 122 52
Binary 10011 1111101 11000010 1011010 100100 0 11000 11001100 1010010 101010

Color Harmonies of #137DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DC2

Black with #137DC2

Text Example


Text Example

White with #137DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,194); }

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

background-color css

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

 a { background-color: rgb(19,125,194); }

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

border-color css

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

 span { border-color: rgb(19,125,194); }

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