#135DAB

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

Shades of Denim #135DAB

Tints of Denim #135DAB

Color information

#135DAB (or 0x135DAB) is unknown color: approx Denim. HEX triplet: 13, 5D and AB. RGB value is (19,93,171). Sum of RGB (Red+Green+Blue) = 19+93+171=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #135DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135DAB is #ECA254. Grayscale: #4F4F4F. Windows color (decimal): -15508053 or 11230483. OLE color: 11230483.

HSL color Cylindrical-coordinate representation of color #135DAB: hue angle of 210.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 #135DAB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1993171-
CMYK0.890.4600.33
HSL210.79º80%37.25%-
HSV(B)210.79º88.89%67.06%-
XYZ11.5310.9140.03-
YUV79.77179.4884.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.71%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=6.71%
G=32.86%
B=60.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19931710.890.4600.33210.798037.25
Hex135DAB592E021d35025
Octal231352531315604132312045
Binary1001110111011010101110110011011100100001110100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,93,171); }

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

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

 a { background-color: rgb(19,93,171); }

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

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

 span { border-color: rgb(19,93,171); }

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