#1C4F68

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

Shades of Arapawa #1C4F68

Tints of Arapawa #1C4F68

Color information

#1C4F68 (or 0x1C4F68) is unknown color: approx Arapawa. HEX triplet: 1C, 4F and 68. RGB value is (28,79,104). Sum of RGB (Red+Green+Blue) = 28+79+104=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C4F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4F68 is #E3B097. Grayscale: #424242. Windows color (decimal): -14921880 or 6835996. OLE color: 6835996.

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

Color convert

RGB2879104-
CMYK0.730.2400.59
HSL199.74º57.58%25.88%-
HSV(B)199.74º73.08%40.78%-
XYZ5.776.8414.11-
YUV66.6149.1100.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.27%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=13.27%
G=37.44%
B=49.29%

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
Decimal28791040.730.2400.59199.7457.5825.88
Hex1C4F68491803Bc83a1a
Octal34117150111300733107232
Binary111001001111110100010010011100001110111100100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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