Html Css Color HEX #137ABF Denim

📋 copy color: '#137ABF'

red 19 ◦ green 122 ◦ blue 191

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

Shades of Denim #137ABF

Tints of Denim #137ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

 BLUE value IS 191 (75% from 255) = 57.53%

R = 5.72%
G = 36.75%
B = 57.53%

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

#137ABF (or 0x137ABF) is known color: Denim. HEX triplet: 13, 7A and BF. RGB value is (19,122,191). Sum of RGB (Red+Green+Blue) = 19+122+191=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #137ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137ABF is #EC8540. Grayscale: #626262. Windows color (decimal): -15500609 or 12548627. OLE color: 12548627.

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

Color convert

RGB 19 122 191 -
CMYK 0.90 0.36 0 0.25
HSL 204.07º 0.82% 0.41% -
HSV(B) 204.07º 0.9% 0.75% -
XYZ 16.63 17.82 51.85 -
YUV 99.07 179.88 70.89 -
System Red Green Blue C M Y K H S L
Decimal 19 122 191 0.90 0.36 0 0.25 204.07 0.82 0.41
Hex 13 7A BF 5A 24 0 19 CC 52 29
Octal 23 172 277 132 44 0 31 314 122 51
Binary 10011 1111010 10111111 1011010 100100 0 11001 11001100 1010010 101001

Color Harmonies of #137ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137ABF

Black with #137ABF

Text Example


Text Example

White with #137ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,122,191); }

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

background-color css

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

 a { background-color: rgb(19,122,191); }

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

border-color css

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

 span { border-color: rgb(19,122,191); }

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