#1C5168

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

Shades of Arapawa #1C5168

Tints of Arapawa #1C5168

Color information

#1C5168 (or 0x1C5168) is unknown color: approx Arapawa. HEX triplet: 1C, 51 and 68. RGB value is (28,81,104). Sum of RGB (Red+Green+Blue) = 28+81+104=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C5168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5168 is #E3AE97. Grayscale: #434343. Windows color (decimal): -14921368 or 6836508. OLE color: 6836508.

HSL color Cylindrical-coordinate representation of color #1C5168: hue angle of 198.16º 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 #1C5168 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2881104-
CMYK0.730.2200.59
HSL198.16º57.58%25.88%-
HSV(B)198.16º73.08%40.78%-
XYZ5.927.1314.16-
YUV67.77148.4499.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.15%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=13.15%
G=38.03%
B=48.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28811040.730.2200.59198.1657.5825.88
Hex1C5168491603Bc63a1a
Octal34121150111260733067232
Binary111001010001110100010010011011001110111100011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,81,104); }

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

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

 a { background-color: rgb(28,81,104); }

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

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

 span { border-color: rgb(28,81,104); }

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