#185368

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

Shades of Arapawa #185368

Tints of Arapawa #185368

Color information

#185368 (or 0x185368) is unknown color: approx Arapawa. HEX triplet: 18, 53 and 68. RGB value is (24,83,104). Sum of RGB (Red+Green+Blue) = 24+83+104=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 83 (32.81% from 255 or 39.34% 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 #185368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185368 is #E7AC97. Grayscale: #434343. Windows color (decimal): -15183000 or 6837016. OLE color: 6837016.

HSL color Cylindrical-coordinate representation of color #185368: hue angle of 195.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185368 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2483104-
CMYK0.770.2000.59
HSL195.75º62.5%25.1%-
HSV(B)195.75º76.92%40.78%-
XYZ5.977.3814.21-
YUV67.75148.4596.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=11.37%
G=39.34%
B=49.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24831040.770.2000.59195.7562.525.1
Hex1853684D1403Bc43e19
Octal30123150115240733047631
Binary110001010011110100010011011010001110111100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185368; }

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

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

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

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

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

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

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

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