#1A6393

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

Shades of Endeavour #1A6393

Tints of Endeavour #1A6393

Color information

#1A6393 (or 0x1A6393) is unknown color: approx Endeavour. HEX triplet: 1A, 63 and 93. RGB value is (26,99,147). Sum of RGB (Red+Green+Blue) = 26+99+147=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A6393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6393 is #E59C6C. Grayscale: #525252. Windows color (decimal): -15047789 or 9659162. OLE color: 9659162.

HSL color Cylindrical-coordinate representation of color #1A6393: hue angle of 203.8º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A6393 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2699147-
CMYK0.820.3300.42
HSL203.8º69.94%33.92%-
HSV(B)203.8º82.31%57.65%-
XYZ10.1511.2529.24-
YUV82.64164.3287.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=9.56%
G=36.40%
B=54.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26991470.820.3300.42203.869.9433.92
Hex1A6393522102Acc4622
Octal321432231224105231410642
Binary1101011000111001001110100101000010101010110011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6393; }

 p { color: rgb(26,99,147); }

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

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

 a { background-color: rgb(26,99,147); }

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

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

 span { border-color: rgb(26,99,147); }

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