#1C5E9D

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

Shades of Endeavour #1C5E9D

Tints of Endeavour #1C5E9D

Color information

#1C5E9D (or 0x1C5E9D) is unknown color: approx Endeavour. HEX triplet: 1C, 5E and 9D. RGB value is (28,94,157). Sum of RGB (Red+Green+Blue) = 28+94+157=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C5E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5E9D is #E3A162. Grayscale: #515151. Windows color (decimal): -14917987 or 10313244. OLE color: 10313244.

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

Color convert

RGB2894157-
CMYK0.820.4000.38
HSL209.3º69.73%36.27%-
HSV(B)209.3º82.17%61.57%-
XYZ10.5710.6933.4-
YUV81.45170.6389.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.04%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=10.04%
G=33.69%
B=56.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28941570.820.4000.38209.369.7336.27
Hex1C5E9D5228026d14624
Octal341362351225004632110644
Binary1110010111101001110110100101010000100110110100011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,94,157); }

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

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

 a { background-color: rgb(28,94,157); }

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

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

 span { border-color: rgb(28,94,157); }

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