#184F6A

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

Shades of Arapawa #184F6A

Tints of Arapawa #184F6A

Color information

#184F6A (or 0x184F6A) is unknown color: approx Arapawa. HEX triplet: 18, 4F and 6A. RGB value is (24,79,106). Sum of RGB (Red+Green+Blue) = 24+79+106=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #184F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F6A is #E7B095. Grayscale: #414141. Windows color (decimal): -15184022 or 6967064. OLE color: 6967064.

HSL color Cylindrical-coordinate representation of color #184F6A: hue angle of 199.76º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184F6A is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2479106-
CMYK0.770.2500.58
HSL199.76º63.08%25.49%-
HSV(B)199.76º77.36%41.57%-
XYZ5.776.8314.65-
YUV65.63150.7898.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=11.48%
G=37.80%
B=50.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24791060.770.2500.58199.7663.0825.49
Hex184F6A4D1903Ac83f19
Octal30117152115310723107731
Binary110001001111110101010011011100101110101100100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184F6A; }

 p { color: rgb(24,79,106); }

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

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

 a { background-color: rgb(24,79,106); }

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

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

 span { border-color: rgb(24,79,106); }

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