#1C6098

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

Shades of Endeavour #1C6098

Tints of Endeavour #1C6098

Color information

#1C6098 (or 0x1C6098) is unknown color: approx Endeavour. HEX triplet: 1C, 60 and 98. RGB value is (28,96,152). Sum of RGB (Red+Green+Blue) = 28+96+152=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C6098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6098 is #E39F67. Grayscale: #515151. Windows color (decimal): -14917480 or 9986076. OLE color: 9986076.

HSL color Cylindrical-coordinate representation of color #1C6098: hue angle of 207.1º 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 #1C6098 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2896152-
CMYK0.820.3700.40
HSL207.1º68.89%35.29%-
HSV(B)207.1º81.58%59.61%-
XYZ10.3310.8831.26-
YUV82.05167.4789.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=10.14%
G=34.78%
B=55.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28961520.820.3700.40207.168.8935.29
Hex1C60985225028cf4523
Octal341402301224505031710543
Binary1110011000001001100010100101001010101000110011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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