#135CC6

Color #135CC6 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #135CC6

Tints of Denim #135CC6

Color information

#135CC6 (or 0x135CC6) is unknown color: approx Denim. HEX triplet: 13, 5C and C6. RGB value is (19,92,198). Sum of RGB (Red+Green+Blue) = 19+92+198=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #135CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CC6 is #ECA339. Grayscale: #515151. Windows color (decimal): -15508282 or 12999699. OLE color: 12999699.

HSL color Cylindrical-coordinate representation of color #135CC6: hue angle of 215.53º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135CC6 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1992198-
CMYK0.900.5400.22
HSL215.53º82.49%42.55%-
HSV(B)215.53º90.4%77.65%-
XYZ14.2911.8754.96-
YUV82.26193.3282.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 198 (77.73% from 255) = 64.08%
R=6.15%
G=29.77%
B=64.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19921980.900.5400.22215.5382.4942.55
Hex135CC65A36016d8522b
Octal231343061326602633012253
Binary100111011100110001101011010110110010110110110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135CC6; }

 p { color: rgb(19,92,198); }

 H1.HeaderClassName
 {
   color: #135CC6;
 }
 .AnyTagClassName
 {
   color: #135CC6;
 }
</style>
background-color css

<style>
 a { background-color: #135CC6; }

 a { background-color: rgb(19,92,198); }

 div.DivClassName
 {
   background-color: #135CC6;
 }
 .BgClassName
 {
   background-color: #135CC6;
 }
</style>
border-color css

<style>
 span { border-color: #135CC6; }

 span { border-color: rgb(19,92,198); }

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