#135B90

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

Shades of Endeavour #135B90

Tints of Endeavour #135B90

Color information

#135B90 (or 0x135B90) is unknown color: approx Endeavour. HEX triplet: 13, 5B and 90. RGB value is (19,91,144). Sum of RGB (Red+Green+Blue) = 19+91+144=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #135B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135B90 is #ECA46F. Grayscale: #4B4B4B. Windows color (decimal): -15508592 or 9460499. OLE color: 9460499.

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

Color convert

RGB1991144-
CMYK0.870.3700.44
HSL205.44º76.69%31.96%-
HSV(B)205.44º86.81%56.47%-
XYZ9.049.6327.77-
YUV75.51166.6587.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=7.48%
G=35.83%
B=56.69%

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
Decimal19911440.870.3700.44205.4476.6931.96
Hex135B90572502Ccd4d20
Octal231332201274505431511540
Binary1001110110111001000010101111001010101100110011011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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