#135aa8

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

Shades of Denim #135AA8

Tints of Denim #135AA8

Color information

#135AA8 (or 0x135AA8) is unknown color: approx Denim. HEX triplet: 13, 5A and A8. RGB value is (19,90,168). Sum of RGB (Red+Green+Blue) = 19+90+168=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 168 (66.02% from 255 or 60.65% from 277); Max value from RGB is 168 - color contains mainly: blue. Hex color #135AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135AA8 is #ECA557. Grayscale: #4D4D4D. Windows color (decimal): -15508824 or 11033107. OLE color: 11033107.

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

Color convert

RGB1990168-
CMYK0.890.4600.34
HSL211.41º79.68%36.67%-
HSV(B)211.41º88.69%65.88%-
XYZ10.9910.2838.45-
YUV77.66178.9886.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 168 (66.02% from 255) = 60.65%
R=6.86%
G=32.49%
B=60.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19901680.890.4600.34211.4179.6836.67
Hex135AA8592E022d35025
Octal231322501315604232312045
Binary1001110110101010100010110011011100100010110100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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