#1C4B96

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

Shades of Endeavour #1C4B96

Tints of Endeavour #1C4B96

Color information

#1C4B96 (or 0x1C4B96) is unknown color: approx Endeavour. HEX triplet: 1C, 4B and 96. RGB value is (28,75,150). Sum of RGB (Red+Green+Blue) = 28+75+150=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C4B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4B96 is #E3B469. Grayscale: #454545. Windows color (decimal): -14922858 or 9849628. OLE color: 9849628.

HSL color Cylindrical-coordinate representation of color #1C4B96: hue angle of 216.89º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4B96 is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2875150-
CMYK0.810.500.41
HSL216.89º68.54%34.9%-
HSV(B)216.89º81.33%58.82%-
XYZ8.57.4829.85-
YUV69.5173.4398.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=11.07%
G=29.64%
B=59.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28751500.810.500.41216.8968.5434.9
Hex1C4B965132029d94523
Octal341132261216205133110543
Binary1110010010111001011010100011100100101001110110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,75,150); }

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

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

 a { background-color: rgb(28,75,150); }

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

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

 span { border-color: rgb(28,75,150); }

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