Html Css Color HEX #137BBF Denim

📋 copy color: '#137BBF'

red 19 ◦ green 123 ◦ blue 191

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

Shades of Denim #137BBF

Tints of Denim #137BBF

RGB

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

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

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

R = 5.71%
G = 36.94%
B = 57.36%

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

#137BBF (or 0x137BBF) is known color: Denim. HEX triplet: 13, 7B and BF. RGB value is (19,123,191). Sum of RGB (Red+Green+Blue) = 19+123+191=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #137BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BBF is #EC8440. Grayscale: #636363. Windows color (decimal): -15500353 or 12548883. OLE color: 12548883.

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

Color convert

RGB 19 123 191 -
CMYK 0.90 0.36 0 0.25
HSL 203.72º 0.82% 0.41% -
HSV(B) 203.72º 0.9% 0.75% -
XYZ 16.76 18.07 51.89 -
YUV 99.66 179.54 70.47 -
System Red Green Blue C M Y K H S L
Decimal 19 123 191 0.90 0.36 0 0.25 203.72 0.82 0.41
Hex 13 7B BF 5A 24 0 19 CC 52 29
Octal 23 173 277 132 44 0 31 314 122 51
Binary 10011 1111011 10111111 1011010 100100 0 11001 11001100 1010010 101001

Color Harmonies of #137BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BBF

Black with #137BBF

Text Example


Text Example

White with #137BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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