#1C4896

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

Shades of Endeavour #1C4896

Tints of Endeavour #1C4896

Color information

#1C4896 (or 0x1C4896) is unknown color: approx Endeavour. HEX triplet: 1C, 48 and 96. RGB value is (28,72,150). Sum of RGB (Red+Green+Blue) = 28+72+150=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C4896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4896 is #E3B769. Grayscale: #434343. Windows color (decimal): -14923626 or 9848860. OLE color: 9848860.

HSL color Cylindrical-coordinate representation of color #1C4896: hue angle of 218.36º 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 #1C4896 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2872150-
CMYK0.810.5200.41
HSL218.36º68.54%34.9%-
HSV(B)218.36º81.33%58.82%-
XYZ8.37.0829.78-
YUV67.74174.4299.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 150 (58.98% from 255) = 60%
R=11.2%
G=28.8%
B=60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28721500.810.5200.41218.3668.5434.9
Hex1C48965134029da4523
Octal341102261216405133210543
Binary1110010010001001011010100011101000101001110110101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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