#1C608F

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

Shades of Endeavour #1C608F

Tints of Endeavour #1C608F

Color information

#1C608F (or 0x1C608F) is unknown color: approx Endeavour. HEX triplet: 1C, 60 and 8F. RGB value is (28,96,143). Sum of RGB (Red+Green+Blue) = 28+96+143=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C608F is #E39F70. Grayscale: #505050. Windows color (decimal): -14917489 or 9396252. OLE color: 9396252.

HSL color Cylindrical-coordinate representation of color #1C608F: hue angle of 204.52º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C608F is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2896143-
CMYK0.800.3300.44
HSL204.52º67.25%33.53%-
HSV(B)204.52º80.42%56.08%-
XYZ9.6210.627.52-
YUV81.03162.9790.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=10.49%
G=35.96%
B=53.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28961430.800.3300.44204.5267.2533.53
Hex1C608F502102Ccd4322
Octal341402171204105431510342
Binary1110011000001000111110100001000010101100110011011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,96,143); }

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

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

 a { background-color: rgb(28,96,143); }

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

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

 span { border-color: rgb(28,96,143); }

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