#1C6396

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

Shades of Endeavour #1C6396

Tints of Endeavour #1C6396

Color information

#1C6396 (or 0x1C6396) is unknown color: approx Endeavour. HEX triplet: 1C, 63 and 96. RGB value is (28,99,150). Sum of RGB (Red+Green+Blue) = 28+99+150=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C6396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6396 is #E39C69. Grayscale: #535353. Windows color (decimal): -14916714 or 9855772. OLE color: 9855772.

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

Color convert

RGB2899150-
CMYK0.810.3400.41
HSL205.08º68.54%34.9%-
HSV(B)205.08º81.33%58.82%-
XYZ10.4511.3730.5-
YUV83.58165.4888.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=10.11%
G=35.74%
B=54.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28991500.810.3400.41205.0868.5434.9
Hex1C63965122029cd4523
Octal341432261214205131510543
Binary1110011000111001011010100011000100101001110011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,99,150); }

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

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

 a { background-color: rgb(28,99,150); }

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

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

 span { border-color: rgb(28,99,150); }

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