#135892

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

Shades of Endeavour #135892

Tints of Endeavour #135892

Color information

#135892 (or 0x135892) is unknown color: approx Endeavour. HEX triplet: 13, 58 and 92. RGB value is (19,88,146). Sum of RGB (Red+Green+Blue) = 19+88+146=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #135892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135892 is #ECA76D. Grayscale: #494949. Windows color (decimal): -15509358 or 9590803. OLE color: 9590803.

HSL color Cylindrical-coordinate representation of color #135892: hue angle of 207.4º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135892 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1988146-
CMYK0.870.4000.43
HSL207.4º76.97%32.35%-
HSV(B)207.4º86.99%57.25%-
XYZ8.959.1928.5-
YUV73.98168.6488.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=7.51%
G=34.78%
B=57.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19881460.870.4000.43207.476.9732.35
Hex135892572802Bcf4d20
Octal231302221275005331711540
Binary1001110110001001001010101111010000101011110011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135892; }

 p { color: rgb(19,88,146); }

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

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

 a { background-color: rgb(19,88,146); }

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

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

 span { border-color: rgb(19,88,146); }

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