#135894

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

Shades of Endeavour #135894

Tints of Endeavour #135894

Color information

#135894 (or 0x135894) is unknown color: approx Endeavour. HEX triplet: 13, 58 and 94. RGB value is (19,88,148). Sum of RGB (Red+Green+Blue) = 19+88+148=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #135894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135894 is #ECA76B. Grayscale: #494949. Windows color (decimal): -15509356 or 9721875. OLE color: 9721875.

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

Color convert

RGB1988148-
CMYK0.870.4100.42
HSL207.91º77.25%32.75%-
HSV(B)207.91º87.16%58.04%-
XYZ9.19.2629.32-
YUV74.21169.6488.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.45%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=7.45%
G=34.51%
B=58.04%

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
Decimal19881480.870.4100.42207.9177.2532.75
Hex135894572902Ad04d21
Octal231302241275105232011541
Binary1001110110001001010010101111010010101010110100001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135894; }

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

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

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

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

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

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

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

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