#126092

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

Shades of Endeavour #126092

Tints of Endeavour #126092

Color information

#126092 (or 0x126092) is unknown color: approx Endeavour. HEX triplet: 12, 60 and 92. RGB value is (18,96,146). Sum of RGB (Red+Green+Blue) = 18+96+146=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #126092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126092 is #ED9F6D. Grayscale: #4E4E4E. Windows color (decimal): -15572846 or 9592850. OLE color: 9592850.

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

Color convert

RGB1896146-
CMYK0.880.3400.43
HSL203.44º78.05%32.16%-
HSV(B)203.44º87.67%57.25%-
XYZ9.6210.5728.73-
YUV78.38166.1684.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 146 (57.42% from 255) = 56.15%
R=6.92%
G=36.92%
B=56.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18961460.880.3400.43203.4478.0532.16
Hex126092582202Bcb4e20
Octal221402221304205331311640
Binary1001011000001001001010110001000100101011110010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126092; }

 p { color: rgb(18,96,146); }

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

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

 a { background-color: rgb(18,96,146); }

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

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

 span { border-color: rgb(18,96,146); }

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