#126095

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

Shades of Endeavour #126095

Tints of Endeavour #126095

Color information

#126095 (or 0x126095) is unknown color: approx Endeavour. HEX triplet: 12, 60 and 95. RGB value is (18,96,149). Sum of RGB (Red+Green+Blue) = 18+96+149=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #126095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126095 is #ED9F6A. Grayscale: #4E4E4E. Windows color (decimal): -15572843 or 9789458. OLE color: 9789458.

HSL color Cylindrical-coordinate representation of color #126095: hue angle of 204.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126095 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1896149-
CMYK0.880.3600.42
HSL204.27º78.44%32.75%-
HSV(B)204.27º87.92%58.43%-
XYZ9.8610.6629.97-
YUV78.72167.6684.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=6.84%
G=36.50%
B=56.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18961490.880.3600.42204.2778.4432.75
Hex126095582402Acc4e21
Octal221402251304405231411641
Binary1001011000001001010110110001001000101010110011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126095; }

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

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

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

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

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

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

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

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