#185363

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

Shades of Arapawa #185363

Tints of Arapawa #185363

Color information

#185363 (or 0x185363) is unknown color: approx Arapawa. HEX triplet: 18, 53 and 63. RGB value is (24,83,99). Sum of RGB (Red+Green+Blue) = 24+83+99=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #185363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185363 is #E7AC9C. Grayscale: #434343. Windows color (decimal): -15183005 or 6509336. OLE color: 6509336.

HSL color Cylindrical-coordinate representation of color #185363: hue angle of 192.8º 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 #185363 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB248399-
CMYK0.760.1600.61
HSL192.8º60.98%24.12%-
HSV(B)192.8º75.76%38.82%-
XYZ5.727.2812.91-
YUV67.18145.9597.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=11.65%
G=40.29%
B=48.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2483990.760.1600.61192.860.9824.12
Hex1853634C1003Dc13d18
Octal30123143114200753017530
Binary110001010011110001110011001000001111011100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185363; }

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

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

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

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

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

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

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

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