#1C4892

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

Shades of Endeavour #1C4892

Tints of Endeavour #1C4892

Color information

#1C4892 (or 0x1C4892) is unknown color: approx Endeavour. HEX triplet: 1C, 48 and 92. RGB value is (28,72,146). Sum of RGB (Red+Green+Blue) = 28+72+146=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C4892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4892 is #E3B76D. Grayscale: #424242. Windows color (decimal): -14923630 or 9586716. OLE color: 9586716.

HSL color Cylindrical-coordinate representation of color #1C4892: hue angle of 217.63º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4892 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2872146-
CMYK0.810.5100.43
HSL217.63º67.82%34.12%-
HSV(B)217.63º80.82%57.25%-
XYZ7.986.9628.12-
YUV67.28172.4299.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=11.38%
G=29.27%
B=59.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28721460.810.5100.43217.6367.8234.12
Hex1C4892513302Bda4422
Octal341102221216305333210442
Binary1110010010001001001010100011100110101011110110101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,146); }

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

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

 a { background-color: rgb(28,72,146); }

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

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

 span { border-color: rgb(28,72,146); }

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