Html Css Color HEX #136EBF Denim

📋 copy color: '#136EBF'

red 19 ◦ green 110 ◦ blue 191

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

Shades of Denim #136EBF

Tints of Denim #136EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

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

R = 5.94%
G = 34.38%
B = 59.69%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#136EBF (or 0x136EBF) is known color: Denim. HEX triplet: 13, 6E and BF. RGB value is (19,110,191). Sum of RGB (Red+Green+Blue) = 19+110+191=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #136EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136EBF is #EC9140. Grayscale: #5B5B5B. Windows color (decimal): -15503681 or 12545555. OLE color: 12545555.

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

Color convert

RGB 19 110 191 -
CMYK 0.90 0.42 0 0.25
HSL 208.26º 0.82% 0.41% -
HSV(B) 208.26º 0.9% 0.75% -
XYZ 15.25 15.05 51.39 -
YUV 92.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 19 110 191 0.90 0.42 0 0.25 208.26 0.82 0.41
Hex 13 6E BF 5A 2A 0 19 D0 52 29
Octal 23 156 277 132 52 0 31 320 122 51
Binary 10011 1101110 10111111 1011010 101010 0 11001 11010000 1010010 101001

Color Harmonies of #136EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EBF

Black with #136EBF

Text Example


Text Example

White with #136EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136EBF; }

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

 H1.HeaderClassName
 {
   color: #136EBF;
 }
 .AnyTagClassName
 {
   color: #136EBF;
 }
</style>

background-color css

<style>
 a { background-color: #136EBF; }

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

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

border-color css

<style>
 span { border-color: #136EBF; }

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

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