#135EBC

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

Shades of Denim #135EBC

Tints of Denim #135EBC

Color information

#135EBC (or 0x135EBC) is unknown color: approx Denim. HEX triplet: 13, 5E and BC. RGB value is (19,94,188). Sum of RGB (Red+Green+Blue) = 19+94+188=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #135EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EBC is #ECA143. Grayscale: #515151. Windows color (decimal): -15507780 or 12344851. OLE color: 12344851.

HSL color Cylindrical-coordinate representation of color #135EBC: hue angle of 213.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135EBC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1994188-
CMYK0.900.5000.26
HSL213.37º81.64%40.59%-
HSV(B)213.37º89.89%73.73%-
XYZ13.3511.7749.15-
YUV82.29187.6582.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=6.31%
G=31.23%
B=62.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19941880.900.5000.26213.3781.6440.59
Hex135EBC5A3201Ad55229
Octal231362741326203232512251
Binary100111011110101111001011010110010011010110101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,188); }

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

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

 a { background-color: rgb(19,94,188); }

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

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

 span { border-color: rgb(19,94,188); }

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