#1C4869

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

Shades of Arapawa #1C4869

Tints of Arapawa #1C4869

Color information

#1C4869 (or 0x1C4869) is unknown color: approx Arapawa. HEX triplet: 1C, 48 and 69. RGB value is (28,72,105). Sum of RGB (Red+Green+Blue) = 28+72+105=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C4869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4869 is #E3B796. Grayscale: #3E3E3E. Windows color (decimal): -14923671 or 6899740. OLE color: 6899740.

HSL color Cylindrical-coordinate representation of color #1C4869: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4869 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2872105-
CMYK0.730.3100.59
HSL205.71º57.89%26.08%-
HSV(B)205.71º73.33%41.18%-
XYZ5.355.914.22-
YUV62.61151.92103.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=13.66%
G=35.12%
B=51.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28721050.730.3100.59205.7157.8926.08
Hex1C4869491F03Bce3a1a
Octal34110151111370733167232
Binary111001001000110100110010011111101110111100111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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