#1C476E

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

Shades of Arapawa #1C476E

Tints of Arapawa #1C476E

Color information

#1C476E (or 0x1C476E) is unknown color: approx Arapawa. HEX triplet: 1C, 47 and 6E. RGB value is (28,71,110). Sum of RGB (Red+Green+Blue) = 28+71+110=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C476E is #E3B891. Grayscale: #3E3E3E. Windows color (decimal): -14923922 or 7227164. OLE color: 7227164.

HSL color Cylindrical-coordinate representation of color #1C476E: hue angle of 208.54º 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 #1C476E is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2871110-
CMYK0.750.3500.57
HSL208.54º59.42%27.06%-
HSV(B)208.54º74.55%43.14%-
XYZ5.555.8815.59-
YUV62.59154.75103.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=13.40%
G=33.97%
B=52.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28711100.750.3500.57208.5459.4227.06
Hex1C476E4B23039d13b1b
Octal34107156113430713217333
Binary1110010001111101110100101110001101110011101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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