Html Css Color HEX #136CBA Denim

📋 copy color: '#136CBA'

red 19 ◦ green 108 ◦ blue 186

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

Shades of Denim #136CBA

Tints of Denim #136CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 6.07%
G = 34.5%
B = 59.42%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#136CBA (or 0x136CBA) is known color: Denim. HEX triplet: 13, 6C and BA. RGB value is (19,108,186). Sum of RGB (Red+Green+Blue) = 19+108+186=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #136CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CBA is #EC9345. Grayscale: #595959. Windows color (decimal): -15504198 or 12217363. OLE color: 12217363.

HSL color Cylindrical-coordinate representation of color #136CBA: hue angle of 208.02º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136CBA is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 108 186 -
CMYK 0.90 0.42 0 0.27
HSL 208.02º 0.81% 0.4% -
HSV(B) 208.02º 0.9% 0.73% -
XYZ 14.49 14.41 48.47 -
YUV 90.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 19 108 186 0.90 0.42 0 0.27 208.02 0.81 0.4
Hex 13 6C BA 5A 2A 0 1B D0 51 28
Octal 23 154 272 132 52 0 33 320 121 50
Binary 10011 1101100 10111010 1011010 101010 0 11011 11010000 1010001 101000

Color Harmonies of #136CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CBA

Black with #136CBA

Text Example


Text Example

White with #136CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,108,186); }

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

background-color css

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

 a { background-color: rgb(19,108,186); }

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

border-color css

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

 span { border-color: rgb(19,108,186); }

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