#135EAF

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

Shades of Denim #135EAF

Tints of Denim #135EAF

Color information

#135EAF (or 0x135EAF) is unknown color: approx Denim. HEX triplet: 13, 5E and AF. RGB value is (19,94,175). Sum of RGB (Red+Green+Blue) = 19+94+175=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #135EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135EAF is #ECA150. Grayscale: #505050. Windows color (decimal): -15507793 or 11492883. OLE color: 11492883.

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

Color convert

RGB1994175-
CMYK0.890.4600.31
HSL211.15º80.41%38.04%-
HSV(B)211.15º89.14%68.63%-
XYZ12.0111.2442.09-
YUV80.81181.1583.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 175 (68.75% from 255) = 60.76%
R=6.60%
G=32.64%
B=60.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19941750.890.4600.31211.1580.4138.04
Hex135EAF592E01Fd35026
Octal231362571315603732312046
Binary100111011110101011111011001101110011111110100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,175); }

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

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

 a { background-color: rgb(19,94,175); }

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

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

 span { border-color: rgb(19,94,175); }

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