#135AA4

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

Shades of Denim #135AA4

Tints of Denim #135AA4

Color information

#135AA4 (or 0x135AA4) is unknown color: approx Denim. HEX triplet: 13, 5A and A4. RGB value is (19,90,164). Sum of RGB (Red+Green+Blue) = 19+90+164=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #135AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135AA4 is #ECA55B. Grayscale: #4C4C4C. Windows color (decimal): -15508828 or 10770963. OLE color: 10770963.

HSL color Cylindrical-coordinate representation of color #135AA4: hue angle of 210.62º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135AA4 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1990164-
CMYK0.880.4500.36
HSL210.62º79.23%35.88%-
HSV(B)210.62º88.41%64.31%-
XYZ10.6310.1336.52-
YUV77.21176.9886.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.96%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 164 (64.45% from 255) = 60.07%
R=6.96%
G=32.97%
B=60.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19901640.880.4500.36210.6279.2335.88
Hex135AA4582D024d34f24
Octal231322441305504432311744
Binary1001110110101010010010110001011010100100110100111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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