#135C9C

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

Shades of Endeavour #135C9C

Tints of Endeavour #135C9C

Color information

#135C9C (or 0x135C9C) is unknown color: approx Endeavour. HEX triplet: 13, 5C and 9C. RGB value is (19,92,156). Sum of RGB (Red+Green+Blue) = 19+92+156=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #135C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C9C is #ECA363. Grayscale: #4D4D4D. Windows color (decimal): -15508324 or 10247187. OLE color: 10247187.

HSL color Cylindrical-coordinate representation of color #135C9C: hue angle of 208.03º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135C9C is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1992156-
CMYK0.880.4100.39
HSL208.03º78.29%34.31%-
HSV(B)208.03º87.82%61.18%-
XYZ10.110.1932.89-
YUV77.47172.3286.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.12%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 156 (61.33% from 255) = 58.43%
R=7.12%
G=34.46%
B=58.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19921560.880.4100.39208.0378.2934.31
Hex135C9C5829027d04e22
Octal231342341305104732011642
Binary1001110111001001110010110001010010100111110100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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