#1C5069

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

Shades of Arapawa #1C5069

Tints of Arapawa #1C5069

Color information

#1C5069 (or 0x1C5069) is unknown color: approx Arapawa. HEX triplet: 1C, 50 and 69. RGB value is (28,80,105). Sum of RGB (Red+Green+Blue) = 28+80+105=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C5069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5069 is #E3AF96. Grayscale: #434343. Windows color (decimal): -14921623 or 6901788. OLE color: 6901788.

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

Color convert

RGB2880105-
CMYK0.730.2400.59
HSL199.48º57.89%26.08%-
HSV(B)199.48º73.33%41.18%-
XYZ5.9714.41-
YUV67.3149.2799.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.15%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=13.15%
G=37.56%
B=49.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28801050.730.2400.59199.4857.8926.08
Hex1C5069491803Bc73a1a
Octal34120151111300733077232
Binary111001010000110100110010011100001110111100011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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