#135AAA

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

Shades of Denim #135AAA

Tints of Denim #135AAA

Color information

#135AAA (or 0x135AAA) is unknown color: approx Denim. HEX triplet: 13, 5A and AA. RGB value is (19,90,170). Sum of RGB (Red+Green+Blue) = 19+90+170=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #135AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135AAA is #ECA555. Grayscale: #4D4D4D. Windows color (decimal): -15508822 or 11164179. OLE color: 11164179.

HSL color Cylindrical-coordinate representation of color #135AAA: hue angle of 211.79º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135AAA is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1990170-
CMYK0.890.4700.33
HSL211.79º79.89%37.06%-
HSV(B)211.79º88.82%66.67%-
XYZ11.1810.3539.44-
YUV77.89179.9886-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=6.81%
G=32.26%
B=60.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19901700.890.4700.33211.7979.8937.06
Hex135AAA592F021d45025
Octal231322521315704132412045
Binary1001110110101010101010110011011110100001110101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,90,170); }

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

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

 a { background-color: rgb(19,90,170); }

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

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

 span { border-color: rgb(19,90,170); }

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