#135FA4

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

Shades of Denim #135FA4

Tints of Denim #135FA4

Color information

#135FA4 (or 0x135FA4) is unknown color: approx Denim. HEX triplet: 13, 5F and A4. RGB value is (19,95,164). Sum of RGB (Red+Green+Blue) = 19+95+164=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #135FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135FA4 is #ECA05B. Grayscale: #4F4F4F. Windows color (decimal): -15507548 or 10772243. OLE color: 10772243.

HSL color Cylindrical-coordinate representation of color #135FA4: hue angle of 208.55º 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 #135FA4 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1995164-
CMYK0.880.4200.36
HSL208.55º79.23%35.88%-
HSV(B)208.55º88.41%64.31%-
XYZ11.061136.66-
YUV80.14175.3284.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 164 (64.45% from 255) = 58.99%
R=6.83%
G=34.17%
B=58.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19951640.880.4200.36208.5579.2335.88
Hex135FA4582A024d14f24
Octal231372441305204432111744
Binary1001110111111010010010110001010100100100110100011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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