#1C4FA2

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

Shades of Endeavour #1C4FA2

Tints of Endeavour #1C4FA2

Color information

#1C4FA2 (or 0x1C4FA2) is unknown color: approx Endeavour. HEX triplet: 1C, 4F and A2. RGB value is (28,79,162). Sum of RGB (Red+Green+Blue) = 28+79+162=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 162 (63.67% from 255 or 60.22% from 269); Max value from RGB is 162 - color contains mainly: blue. Hex color #1C4FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4FA2 is #E3B05D. Grayscale: #484848. Windows color (decimal): -14921822 or 10637084. OLE color: 10637084.

HSL color Cylindrical-coordinate representation of color #1C4FA2: hue angle of 217.16º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C4FA2 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2879162-
CMYK0.830.5100.36
HSL217.16º70.53%37.25%-
HSV(B)217.16º82.72%63.53%-
XYZ9.88.4535.3-
YUV73.21178.195.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.41%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 162 (63.67% from 255) = 60.22%
R=10.41%
G=29.37%
B=60.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28791620.830.5100.36217.1670.5337.25
Hex1C4FA25333024d94725
Octal341172421236304433110745
Binary1110010011111010001010100111100110100100110110011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,79,162); }

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

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

 a { background-color: rgb(28,79,162); }

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

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

 span { border-color: rgb(28,79,162); }

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