#1C466E

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

Shades of Arapawa #1C466E

Tints of Arapawa #1C466E

Color information

#1C466E (or 0x1C466E) is unknown color: approx Arapawa. HEX triplet: 1C, 46 and 6E. RGB value is (28,70,110). Sum of RGB (Red+Green+Blue) = 28+70+110=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C466E is #E3B991. Grayscale: #3D3D3D. Windows color (decimal): -14924178 or 7226908. OLE color: 7226908.

HSL color Cylindrical-coordinate representation of color #1C466E: hue angle of 209.27º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C466E is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2870110-
CMYK0.750.3600.57
HSL209.27º59.42%27.06%-
HSV(B)209.27º74.55%43.14%-
XYZ5.485.7515.57-
YUV62155.09103.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=13.46%
G=33.65%
B=52.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28701100.750.3600.57209.2759.4227.06
Hex1C466E4B24039d13b1b
Octal34106156113440713217333
Binary1110010001101101110100101110010001110011101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,70,110); }

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

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

 a { background-color: rgb(28,70,110); }

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

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

 span { border-color: rgb(28,70,110); }

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