#135C97

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

Shades of Endeavour #135C97

Tints of Endeavour #135C97

Color information

#135C97 (or 0x135C97) is unknown color: approx Endeavour. HEX triplet: 13, 5C and 97. RGB value is (19,92,151). Sum of RGB (Red+Green+Blue) = 19+92+151=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #135C97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C97 is #ECA368. Grayscale: #4C4C4C. Windows color (decimal): -15508329 or 9919507. OLE color: 9919507.

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

Color convert

RGB1992151-
CMYK0.870.3900.41
HSL206.82º77.65%33.33%-
HSV(B)206.82º87.42%59.22%-
XYZ9.6810.0330.7-
YUV76.9169.8286.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 151 (59.38% from 255) = 57.63%
R=7.25%
G=35.11%
B=57.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19921510.870.3900.41206.8277.6533.33
Hex135C975727029cf4e21
Octal231342271274705131711641
Binary1001110111001001011110101111001110101001110011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,92,151); }

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

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

 a { background-color: rgb(19,92,151); }

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

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

 span { border-color: rgb(19,92,151); }

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