#135A96

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

Shades of Endeavour #135A96

Tints of Endeavour #135A96

Color information

#135A96 (or 0x135A96) is unknown color: approx Endeavour. HEX triplet: 13, 5A and 96. RGB value is (19,90,150). Sum of RGB (Red+Green+Blue) = 19+90+150=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #135A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A96 is #ECA569. Grayscale: #4B4B4B. Windows color (decimal): -15508842 or 9853459. OLE color: 9853459.

HSL color Cylindrical-coordinate representation of color #135A96: hue angle of 207.48º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135A96 is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1990150-
CMYK0.870.400.41
HSL207.48º77.51%33.14%-
HSV(B)207.48º87.33%58.82%-
XYZ9.439.6530.22-
YUV75.61169.9887.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=7.34%
G=34.75%
B=57.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19901500.870.400.41207.4877.5133.14
Hex135A965728029cf4e21
Octal231322261275005131711641
Binary1001110110101001011010101111010000101001110011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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