#1C5363

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

Shades of Arapawa #1C5363

Tints of Arapawa #1C5363

Color information

#1C5363 (or 0x1C5363) is unknown color: approx Arapawa. HEX triplet: 1C, 53 and 63. RGB value is (28,83,99). Sum of RGB (Red+Green+Blue) = 28+83+99=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5363 is #E3AC9C. Grayscale: #444444. Windows color (decimal): -14920861 or 6509340. OLE color: 6509340.

HSL color Cylindrical-coordinate representation of color #1C5363: hue angle of 193.52º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C5363 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB288399-
CMYK0.720.1600.61
HSL193.52º55.91%24.9%-
HSV(B)193.52º71.72%38.82%-
XYZ5.827.3312.91-
YUV68.38145.2899.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.33%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=13.33%
G=39.52%
B=47.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2883990.720.1600.61193.5255.9124.9
Hex1C5363481003Dc23819
Octal34123143110200753027031
Binary111001010011110001110010001000001111011100001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,83,99); }

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

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

 a { background-color: rgb(28,83,99); }

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

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

 span { border-color: rgb(28,83,99); }

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