#1C496A

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

Shades of Arapawa #1C496A

Tints of Arapawa #1C496A

Color information

#1C496A (or 0x1C496A) is unknown color: approx Arapawa. HEX triplet: 1C, 49 and 6A. RGB value is (28,73,106). Sum of RGB (Red+Green+Blue) = 28+73+106=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C496A is #E3B695. Grayscale: #3F3F3F. Windows color (decimal): -14923414 or 6965532. OLE color: 6965532.

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

Color convert

RGB2873106-
CMYK0.740.3100.58
HSL205.38º58.21%26.27%-
HSV(B)205.38º73.58%41.57%-
XYZ5.466.0514.52-
YUV63.31152.09102.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.53%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=13.53%
G=35.27%
B=51.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28731060.740.3100.58205.3858.2126.27
Hex1C496A4A1F03Acd3a1a
Octal34111152112370723157232
Binary111001001001110101010010101111101110101100110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,106); }

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

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

 a { background-color: rgb(28,73,106); }

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

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

 span { border-color: rgb(28,73,106); }

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