#126395

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

Shades of Endeavour #126395

Tints of Endeavour #126395

Color information

#126395 (or 0x126395) is unknown color: approx Endeavour. HEX triplet: 12, 63 and 95. RGB value is (18,99,149). Sum of RGB (Red+Green+Blue) = 18+99+149=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #126395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126395 is #ED9C6A. Grayscale: #505050. Windows color (decimal): -15572075 or 9790226. OLE color: 9790226.

HSL color Cylindrical-coordinate representation of color #126395: hue angle of 202.9º 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 #126395 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1899149-
CMYK0.880.3400.42
HSL202.9º78.44%32.75%-
HSV(B)202.9º87.92%58.43%-
XYZ10.1411.2230.07-
YUV80.48166.6683.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=6.77%
G=37.22%
B=56.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18991490.880.3400.42202.978.4432.75
Hex126395582202Acb4e21
Octal221432251304205231311641
Binary1001011000111001010110110001000100101010110010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126395; }

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

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

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

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

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

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

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

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