#1C5061

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

Shades of Arapawa #1C5061

Tints of Arapawa #1C5061

Color information

#1C5061 (or 0x1C5061) is unknown color: approx Arapawa. HEX triplet: 1C, 50 and 61. RGB value is (28,80,97). Sum of RGB (Red+Green+Blue) = 28+80+97=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C5061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5061 is #E3AF9E. Grayscale: #424242. Windows color (decimal): -14921631 or 6377500. OLE color: 6377500.

HSL color Cylindrical-coordinate representation of color #1C5061: hue angle of 194.78º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5061 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB288097-
CMYK0.710.1800.62
HSL194.78º55.2%24.51%-
HSV(B)194.78º71.13%38.04%-
XYZ5.516.8512.34-
YUV66.39145.27100.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=13.66%
G=39.02%
B=47.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2880970.710.1800.62194.7855.224.51
Hex1C5061471203Ec33719
Octal34120141107220763036731
Binary111001010000110000110001111001001111101100001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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