#135D95

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

Shades of Endeavour #135D95

Tints of Endeavour #135D95

Color information

#135D95 (or 0x135D95) is unknown color: approx Endeavour. HEX triplet: 13, 5D and 95. RGB value is (19,93,149). Sum of RGB (Red+Green+Blue) = 19+93+149=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #135D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135D95 is #ECA26A. Grayscale: #4C4C4C. Windows color (decimal): -15508075 or 9788691. OLE color: 9788691.

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

Color convert

RGB1993149-
CMYK0.870.3800.42
HSL205.85º77.38%32.94%-
HSV(B)205.85º87.25%58.43%-
XYZ9.6110.1429.88-
YUV77.26168.4886.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=7.28%
G=35.63%
B=57.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19931490.870.3800.42205.8577.3832.94
Hex135D95572602Ace4d21
Octal231352251274605231611541
Binary1001110111011001010110101111001100101010110011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,93,149); }

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

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

 a { background-color: rgb(19,93,149); }

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

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

 span { border-color: rgb(19,93,149); }

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