#1C5B98

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

Shades of Endeavour #1C5B98

Tints of Endeavour #1C5B98

Color information

#1C5B98 (or 0x1C5B98) is unknown color: approx Endeavour. HEX triplet: 1C, 5B and 98. RGB value is (28,91,152). Sum of RGB (Red+Green+Blue) = 28+91+152=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C5B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5B98 is #E3A467. Grayscale: #4E4E4E. Windows color (decimal): -14918760 or 9984796. OLE color: 9984796.

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

Color convert

RGB2891152-
CMYK0.820.4000.40
HSL209.52º68.89%35.29%-
HSV(B)209.52º81.58%59.61%-
XYZ9.891031.11-
YUV79.12169.1391.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 152 (59.77% from 255) = 56.09%
R=10.33%
G=33.58%
B=56.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28911520.820.4000.40209.5268.8935.29
Hex1C5B985228028d24523
Octal341332301225005032210543
Binary1110010110111001100010100101010000101000110100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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