#135EB8

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

Shades of Denim #135EB8

Tints of Denim #135EB8

Color information

#135EB8 (or 0x135EB8) is unknown color: approx Denim. HEX triplet: 13, 5E and B8. RGB value is (19,94,184). Sum of RGB (Red+Green+Blue) = 19+94+184=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #135EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EB8 is #ECA147. Grayscale: #515151. Windows color (decimal): -15507784 or 12082707. OLE color: 12082707.

HSL color Cylindrical-coordinate representation of color #135EB8: hue angle of 212.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135EB8 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1994184-
CMYK0.900.4900.28
HSL212.73º81.28%39.8%-
HSV(B)212.73º89.67%72.16%-
XYZ12.9211.646.91-
YUV81.83185.6583.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.40%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=6.40%
G=31.65%
B=61.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19941840.900.4900.28212.7381.2839.8
Hex135EB85A3101Cd55128
Octal231362701326103432512150
Binary100111011110101110001011010110001011100110101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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