#1C4E9C

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

Shades of Endeavour #1C4E9C

Tints of Endeavour #1C4E9C

Color information

#1C4E9C (or 0x1C4E9C) is unknown color: approx Endeavour. HEX triplet: 1C, 4E and 9C. RGB value is (28,78,156). Sum of RGB (Red+Green+Blue) = 28+78+156=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C4E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4E9C is #E3B163. Grayscale: #474747. Windows color (decimal): -14922084 or 10243612. OLE color: 10243612.

HSL color Cylindrical-coordinate representation of color #1C4E9C: hue angle of 216.56º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C4E9C is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2878156-
CMYK0.820.500.39
HSL216.56º69.57%36.08%-
HSV(B)216.56º82.05%61.18%-
XYZ9.28.132.53-
YUV71.94175.4496.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=10.69%
G=29.77%
B=59.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28781560.820.500.39216.5669.5736.08
Hex1C4E9C5232027d94624
Octal341162341226204733110644
Binary1110010011101001110010100101100100100111110110011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,78,156); }

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

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

 a { background-color: rgb(28,78,156); }

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

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

 span { border-color: rgb(28,78,156); }

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