#1C486D

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

Shades of Arapawa #1C486D

Tints of Arapawa #1C486D

Color information

#1C486D (or 0x1C486D) is unknown color: approx Arapawa. HEX triplet: 1C, 48 and 6D. RGB value is (28,72,109). Sum of RGB (Red+Green+Blue) = 28+72+109=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C486D is #E3B792. Grayscale: #3E3E3E. Windows color (decimal): -14923667 or 7161884. OLE color: 7161884.

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

Color convert

RGB2872109-
CMYK0.740.3400.57
HSL207.41º59.12%26.86%-
HSV(B)207.41º74.31%42.75%-
XYZ5.565.9915.33-
YUV63.06153.92102.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=13.40%
G=34.45%
B=52.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28721090.740.3400.57207.4159.1226.86
Hex1C486D4A22039cf3b1b
Octal34110155112420713177333
Binary1110010010001101101100101010001001110011100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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