#1C6298

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

Shades of Endeavour #1C6298

Tints of Endeavour #1C6298

Color information

#1C6298 (or 0x1C6298) is unknown color: approx Endeavour. HEX triplet: 1C, 62 and 98. RGB value is (28,98,152). Sum of RGB (Red+Green+Blue) = 28+98+152=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C6298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6298 is #E39D67. Grayscale: #525252. Windows color (decimal): -14916968 or 9986588. OLE color: 9986588.

HSL color Cylindrical-coordinate representation of color #1C6298: hue angle of 206.13º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6298 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2898152-
CMYK0.820.3600.40
HSL206.13º68.89%35.29%-
HSV(B)206.13º81.58%59.61%-
XYZ10.5111.2531.32-
YUV83.23166.8188.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.07%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=10.07%
G=35.25%
B=54.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28981520.820.3600.40206.1368.8935.29
Hex1C62985224028ce4523
Octal341422301224405031610543
Binary1110011000101001100010100101001000101000110011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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