#135CBC

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

Shades of Denim #135CBC

Tints of Denim #135CBC

Color information

#135CBC (or 0x135CBC) is unknown color: approx Denim. HEX triplet: 13, 5C and BC. RGB value is (19,92,188). Sum of RGB (Red+Green+Blue) = 19+92+188=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #135CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CBC is #ECA343. Grayscale: #505050. Windows color (decimal): -15508292 or 12344339. OLE color: 12344339.

HSL color Cylindrical-coordinate representation of color #135CBC: hue angle of 214.08º 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 #135CBC is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1992188-
CMYK0.900.5100.26
HSL214.08º81.64%40.59%-
HSV(B)214.08º89.89%73.73%-
XYZ13.1711.4249.09-
YUV81.12188.3283.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.35%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 188 (73.83% from 255) = 62.88%
R=6.35%
G=30.77%
B=62.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19921880.900.5100.26214.0881.6440.59
Hex135CBC5A3301Ad65229
Octal231342741326303232612251
Binary100111011100101111001011010110011011010110101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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