#135094

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

Shades of Endeavour #135094

Tints of Endeavour #135094

Color information

#135094 (or 0x135094) is unknown color: approx Endeavour. HEX triplet: 13, 50 and 94. RGB value is (19,80,148). Sum of RGB (Red+Green+Blue) = 19+80+148=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #135094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135094 is #ECAF6B. Grayscale: #454545. Windows color (decimal): -15511404 or 9719827. OLE color: 9719827.

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

Color convert

RGB1980148-
CMYK0.870.4600.42
HSL211.63º77.25%32.75%-
HSV(B)211.63º87.16%58.04%-
XYZ8.488.0129.12-
YUV69.51172.2991.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 148 (58.20% from 255) = 59.92%
R=7.69%
G=32.39%
B=59.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19801480.870.4600.42211.6377.2532.75
Hex135094572E02Ad44d21
Octal231202241275605232411541
Binary1001110100001001010010101111011100101010110101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135094; }

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

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

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

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

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

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

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

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