#135395

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

Shades of Endeavour #135395

Tints of Endeavour #135395

Color information

#135395 (or 0x135395) is unknown color: approx Endeavour. HEX triplet: 13, 53 and 95. RGB value is (19,83,149). Sum of RGB (Red+Green+Blue) = 19+83+149=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #135395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135395 is #ECAC6A. Grayscale: #474747. Windows color (decimal): -15510635 or 9786131. OLE color: 9786131.

HSL color Cylindrical-coordinate representation of color #135395: hue angle of 210.46º 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 #135395 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1983149-
CMYK0.870.4400.42
HSL210.46º77.38%32.94%-
HSV(B)210.46º87.25%58.43%-
XYZ8.798.4929.61-
YUV71.39171.890.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=7.57%
G=33.07%
B=59.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19831490.870.4400.42210.4677.3832.94
Hex135395572C02Ad24d21
Octal231232251275405232211541
Binary1001110100111001010110101111011000101010110100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135395; }

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

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

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

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

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

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

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

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