#135295

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

Shades of Endeavour #135295

Tints of Endeavour #135295

Color information

#135295 (or 0x135295) is unknown color: approx Endeavour. HEX triplet: 13, 52 and 95. RGB value is (19,82,149). Sum of RGB (Red+Green+Blue) = 19+82+149=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #135295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135295 is #ECAD6A. Grayscale: #464646. Windows color (decimal): -15510891 or 9785875. OLE color: 9785875.

HSL color Cylindrical-coordinate representation of color #135295: hue angle of 210.92º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135295 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1982149-
CMYK0.870.4500.42
HSL210.92º77.38%32.94%-
HSV(B)210.92º87.25%58.43%-
XYZ8.718.3429.59-
YUV70.8172.1391.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 149 (58.59% from 255) = 59.6%
R=7.6%
G=32.8%
B=59.6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19821490.870.4500.42210.9277.3832.94
Hex135295572D02Ad34d21
Octal231222251275505232311541
Binary1001110100101001010110101111011010101010110100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135295; }

 p { color: rgb(19,82,149); }

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

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

 a { background-color: rgb(19,82,149); }

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

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

 span { border-color: rgb(19,82,149); }

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