Html Css Color HEX #137BC3 Denim

📋 copy color: '#137BC3'

red 19 ◦ green 123 ◦ blue 195

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

Shades of Denim #137BC3

Tints of Denim #137BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 57.86%

R = 5.64%
G = 36.5%
B = 57.86%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#137BC3 (or 0x137BC3) is known color: Denim. HEX triplet: 13, 7B and C3. RGB value is (19,123,195). Sum of RGB (Red+Green+Blue) = 19+123+195=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 195 (76.56% from 255 or 57.86% from 337); Max value from RGB is 195 - color contains mainly: blue. Hex color #137BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BC3 is #EC843C. Grayscale: #636363. Windows color (decimal): -15500349 or 12811027. OLE color: 12811027.

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

Color convert

RGB 19 123 195 -
CMYK 0.90 0.37 0 0.24
HSL 204.55º 0.82% 0.42% -
HSV(B) 204.55º 0.9% 0.76% -
XYZ 17.2 18.24 54.24 -
YUV 100.11 181.54 70.15 -
System Red Green Blue C M Y K H S L
Decimal 19 123 195 0.90 0.37 0 0.24 204.55 0.82 0.42
Hex 13 7B C3 5A 25 0 18 CD 52 2A
Octal 23 173 303 132 45 0 30 315 122 52
Binary 10011 1111011 11000011 1011010 100101 0 11000 11001101 1010010 101010

Color Harmonies of #137BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BC3

Black with #137BC3

Text Example


Text Example

White with #137BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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