#1C6294

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

Shades of Endeavour #1C6294

Tints of Endeavour #1C6294

Color information

#1C6294 (or 0x1C6294) is unknown color: approx Endeavour. HEX triplet: 1C, 62 and 94. RGB value is (28,98,148). Sum of RGB (Red+Green+Blue) = 28+98+148=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C6294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6294 is #E39D6B. Grayscale: #525252. Windows color (decimal): -14916972 or 9724444. OLE color: 9724444.

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

Color convert

RGB2898148-
CMYK0.810.3400.42
HSL205º68.18%34.51%-
HSV(B)205º81.08%58.04%-
XYZ10.1911.1229.63-
YUV82.77164.8188.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.22%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=10.22%
G=35.77%
B=54.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28981480.810.3400.4220568.1834.51
Hex1C6294512202Acd4423
Octal341422241214205231510443
Binary1110011000101001010010100011000100101010110011011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,148); }

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

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

 a { background-color: rgb(28,98,148); }

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

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

 span { border-color: rgb(28,98,148); }

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