Html Css Color HEX #136ACD Denim

📋 copy color: '#136ACD'

red 19 ◦ green 106 ◦ blue 205

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

Shades of Denim #136ACD

Tints of Denim #136ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 5.76%
G = 32.12%
B = 62.12%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#136ACD (or 0x136ACD) is known color: Denim. HEX triplet: 13, 6A and CD. RGB value is (19,106,205). Sum of RGB (Red+Green+Blue) = 19+106+205=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #136ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ACD is #EC9532. Grayscale: #5A5A5A. Windows color (decimal): -15504691 or 13462035. OLE color: 13462035.

HSL color Cylindrical-coordinate representation of color #136ACD: hue angle of 211.94º 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 #136ACD is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 106 205 -
CMYK 0.91 0.48 0 0.20
HSL 211.94º 0.83% 0.44% -
HSV(B) 211.94º 0.91% 0.8% -
XYZ 16.44 14.85 59.76 -
YUV 91.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 19 106 205 0.91 0.48 0 0.20 211.94 0.83 0.44
Hex 13 6A CD 5B 30 0 14 D4 53 2C
Octal 23 152 315 133 60 0 24 324 123 54
Binary 10011 1101010 11001101 1011011 110000 0 10100 11010100 1010011 101100

Color Harmonies of #136ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ACD

Black with #136ACD

Text Example


Text Example

White with #136ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,106,205); }

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

background-color css

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

 a { background-color: rgb(19,106,205); }

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

border-color css

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

 span { border-color: rgb(19,106,205); }

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