#1C5465

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

Shades of Arapawa #1C5465

Tints of Arapawa #1C5465

Color information

#1C5465 (or 0x1C5465) is unknown color: approx Arapawa. HEX triplet: 1C, 54 and 65. RGB value is (28,84,101). Sum of RGB (Red+Green+Blue) = 28+84+101=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C5465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5465 is #E3AB9A. Grayscale: #454545. Windows color (decimal): -14920603 or 6640668. OLE color: 6640668.

HSL color Cylindrical-coordinate representation of color #1C5465: hue angle of 193.97º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C5465 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2884101-
CMYK0.720.1700.60
HSL193.97º56.59%25.29%-
HSV(B)193.97º72.28%39.61%-
XYZ67.5313.45-
YUV69.19145.9598.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.15%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=13.15%
G=39.44%
B=47.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28841010.720.1700.60193.9756.5925.29
Hex1C5465481103Cc23919
Octal34124145110210743027131
Binary111001010100110010110010001000101111001100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,101); }

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

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

 a { background-color: rgb(28,84,101); }

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

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

 span { border-color: rgb(28,84,101); }

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