#185463

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

Shades of Arapawa #185463

Tints of Arapawa #185463

Color information

#185463 (or 0x185463) is unknown color: approx Arapawa. HEX triplet: 18, 54 and 63. RGB value is (24,84,99). Sum of RGB (Red+Green+Blue) = 24+84+99=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #185463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185463 is #E7AB9C. Grayscale: #434343. Windows color (decimal): -15182749 or 6509592. OLE color: 6509592.

HSL color Cylindrical-coordinate representation of color #185463: hue angle of 192º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185463 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB248499-
CMYK0.760.1500.61
HSL192º60.98%24.12%-
HSV(B)192º75.76%38.82%-
XYZ5.87.4412.93-
YUV67.77145.6296.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=11.59%
G=40.58%
B=47.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2484990.760.1500.6119260.9824.12
Hex1854634CF03Dc03d18
Octal30124143114170753007530
Binary11000101010011000111001100111101111011100000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185463; }

 p { color: rgb(24,84,99); }

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

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

 a { background-color: rgb(24,84,99); }

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

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

 span { border-color: rgb(24,84,99); }

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