#135AC4

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

Shades of Denim #135AC4

Tints of Denim #135AC4

Color information

#135AC4 (or 0x135AC4) is unknown color: approx Denim. HEX triplet: 13, 5A and C4. RGB value is (19,90,196). Sum of RGB (Red+Green+Blue) = 19+90+196=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 196 (76.95% from 255 or 64.26% from 305); Max value from RGB is 196 - color contains mainly: blue. Hex color #135AC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135AC4 is #ECA53B. Grayscale: #505050. Windows color (decimal): -15508796 or 12868115. OLE color: 12868115.

HSL color Cylindrical-coordinate representation of color #135AC4: hue angle of 215.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135AC4 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1990196-
CMYK0.900.5400.23
HSL215.93º82.33%42.16%-
HSV(B)215.93º90.31%76.86%-
XYZ13.8911.4453.7-
YUV80.85192.9883.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 196 (76.95% from 255) = 64.26%
R=6.23%
G=29.51%
B=64.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19901960.900.5400.23215.9382.3342.16
Hex135AC45A36017d8522a
Octal231323041326602733012252
Binary100111011010110001001011010110110010111110110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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