#135794

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

Shades of Endeavour #135794

Tints of Endeavour #135794

Color information

#135794 (or 0x135794) is unknown color: approx Endeavour. HEX triplet: 13, 57 and 94. RGB value is (19,87,148). Sum of RGB (Red+Green+Blue) = 19+87+148=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #135794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135794 is #ECA86B. Grayscale: #494949. Windows color (decimal): -15509612 or 9721619. OLE color: 9721619.

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

Color convert

RGB1987148-
CMYK0.870.4100.42
HSL208.37º77.25%32.75%-
HSV(B)208.37º87.16%58.04%-
XYZ9.029.0929.3-
YUV73.62169.9789.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=7.48%
G=34.25%
B=58.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19871480.870.4100.42208.3777.2532.75
Hex135794572902Ad04d21
Octal231272241275105232011541
Binary1001110101111001010010101111010010101010110100001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135794; }

 p { color: rgb(19,87,148); }

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

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

 a { background-color: rgb(19,87,148); }

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

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

 span { border-color: rgb(19,87,148); }

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