#1C4A87

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

Shades of Endeavour #1C4A87

Tints of Endeavour #1C4A87

Color information

#1C4A87 (or 0x1C4A87) is unknown color: approx Endeavour. HEX triplet: 1C, 4A and 87. RGB value is (28,74,135). Sum of RGB (Red+Green+Blue) = 28+74+135=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C4A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4A87 is #E3B578. Grayscale: #424242. Windows color (decimal): -14923129 or 8866332. OLE color: 8866332.

HSL color Cylindrical-coordinate representation of color #1C4A87: hue angle of 214.21º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4A87 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2874135-
CMYK0.790.4500.47
HSL214.21º65.64%31.96%-
HSV(B)214.21º79.26%52.94%-
XYZ7.36.8923.87-
YUV67.2166.26100.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.81%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=11.81%
G=31.22%
B=56.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28741350.790.4500.47214.2165.6431.96
Hex1C4A874F2D02Fd64220
Octal341122071175505732610240
Binary1110010010101000011110011111011010101111110101101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,74,135); }

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

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

 a { background-color: rgb(28,74,135); }

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

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

 span { border-color: rgb(28,74,135); }

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