#185267

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

Shades of Arapawa #185267

Tints of Arapawa #185267

Color information

#185267 (or 0x185267) is unknown color: approx Arapawa. HEX triplet: 18, 52 and 67. RGB value is (24,82,103). Sum of RGB (Red+Green+Blue) = 24+82+103=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #185267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185267 is #E7AD98. Grayscale: #424242. Windows color (decimal): -15183257 or 6771224. OLE color: 6771224.

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

Color convert

RGB2482103-
CMYK0.770.2000.60
HSL195.95º62.2%24.9%-
HSV(B)195.95º76.7%40.39%-
XYZ5.847.2113.92-
YUV67.05148.2897.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=11.48%
G=39.23%
B=49.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24821030.770.2000.60195.9562.224.9
Hex1852674D1403Cc43e19
Octal30122147115240743047631
Binary110001010010110011110011011010001111001100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185267; }

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

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

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

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

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

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

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

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