#135A90

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

Shades of Endeavour #135A90

Tints of Endeavour #135A90

Color information

#135A90 (or 0x135A90) is unknown color: approx Endeavour. HEX triplet: 13, 5A and 90. RGB value is (19,90,144). Sum of RGB (Red+Green+Blue) = 19+90+144=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #135A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A90 is #ECA56F. Grayscale: #4A4A4A. Windows color (decimal): -15508848 or 9460243. OLE color: 9460243.

HSL color Cylindrical-coordinate representation of color #135A90: hue angle of 205.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135A90 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1990144-
CMYK0.870.3700.44
HSL205.92º76.69%31.96%-
HSV(B)205.92º86.81%56.47%-
XYZ8.969.4627.74-
YUV74.93166.9888.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=7.51%
G=35.57%
B=56.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19901440.870.3700.44205.9276.6931.96
Hex135A90572502Cce4d20
Octal231322201274505431611540
Binary1001110110101001000010101111001010101100110011101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135A90; }

 p { color: rgb(19,90,144); }

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

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

 a { background-color: rgb(19,90,144); }

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

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

 span { border-color: rgb(19,90,144); }

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