#185269

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

Shades of Arapawa #185269

Tints of Arapawa #185269

Color information

#185269 (or 0x185269) is unknown color: approx Arapawa. HEX triplet: 18, 52 and 69. RGB value is (24,82,105). Sum of RGB (Red+Green+Blue) = 24+82+105=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #185269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185269 is #E7AD96. Grayscale: #434343. Windows color (decimal): -15183255 or 6902296. OLE color: 6902296.

HSL color Cylindrical-coordinate representation of color #185269: hue angle of 197.04º degrees, saturation: 0.63, 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 #185269 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2482105-
CMYK0.770.2200.59
HSL197.04º62.79%25.29%-
HSV(B)197.04º77.14%41.18%-
XYZ5.947.2514.45-
YUV67.28149.2897.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=11.37%
G=38.86%
B=49.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24821050.770.2200.59197.0462.7925.29
Hex1852694D1603Bc53f19
Octal30122151115260733057731
Binary110001010010110100110011011011001110111100010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185269; }

 p { color: rgb(24,82,105); }

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

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

 a { background-color: rgb(24,82,105); }

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

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

 span { border-color: rgb(24,82,105); }

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