#185365

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

Shades of Arapawa #185365

Tints of Arapawa #185365

Color information

#185365 (or 0x185365) is unknown color: approx Arapawa. HEX triplet: 18, 53 and 65. RGB value is (24,83,101). Sum of RGB (Red+Green+Blue) = 24+83+101=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #185365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185365 is #E7AC9A. Grayscale: #434343. Windows color (decimal): -15183003 or 6640408. OLE color: 6640408.

HSL color Cylindrical-coordinate representation of color #185365: hue angle of 194.03º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185365 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2483101-
CMYK0.760.1800.60
HSL194.03º61.6%24.51%-
HSV(B)194.03º76.24%39.61%-
XYZ5.827.3213.42-
YUV67.41146.9597.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=11.54%
G=39.90%
B=48.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24831010.760.1800.60194.0361.624.51
Hex1853654C1203Cc23e19
Octal30123145114220743027631
Binary110001010011110010110011001001001111001100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185365; }

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

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

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

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

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

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

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

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