Html Css Color HEX #136BCC Denim

📋 copy color: '#136BCC'

red 19 ◦ green 107 ◦ blue 204

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

Shades of Denim #136BCC

Tints of Denim #136BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 5.76%
G = 32.42%
B = 61.82%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#136BCC (or 0x136BCC) is known color: Denim. HEX triplet: 13, 6B and CC. RGB value is (19,107,204). Sum of RGB (Red+Green+Blue) = 19+107+204=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #136BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BCC is #EC9433. Grayscale: #5B5B5B. Windows color (decimal): -15504436 or 13396755. OLE color: 13396755.

HSL color Cylindrical-coordinate representation of color #136BCC: hue angle of 211.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136BCC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 107 204 -
CMYK 0.91 0.48 0 0.2
HSL 211.46º 0.83% 0.44% -
HSV(B) 211.46º 0.91% 0.8% -
XYZ 16.43 15.01 59.16 -
YUV 91.75 191.35 76.11 -
System Red Green Blue C M Y K H S L
Decimal 19 107 204 0.91 0.48 0 0.2 211.46 0.83 0.44
Hex 13 6B CC 5B 30 0 14 D3 53 2C
Octal 23 153 314 133 60 0 24 323 123 54
Binary 10011 1101011 11001100 1011011 110000 0 10100 11010011 1010011 101100

Color Harmonies of #136BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BCC

Black with #136BCC

Text Example


Text Example

White with #136BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,107,204); }

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

background-color css

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

 a { background-color: rgb(19,107,204); }

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

border-color css

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

 span { border-color: rgb(19,107,204); }

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