#185467

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

Shades of Arapawa #185467

Tints of Arapawa #185467

Color information

#185467 (or 0x185467) is unknown color: approx Arapawa. HEX triplet: 18, 54 and 67. RGB value is (24,84,103). Sum of RGB (Red+Green+Blue) = 24+84+103=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #185467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185467 is #E7AB98. Grayscale: #444444. Windows color (decimal): -15182745 or 6771736. OLE color: 6771736.

HSL color Cylindrical-coordinate representation of color #185467: hue angle of 194.43º 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 #185467 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2484103-
CMYK0.770.1800.60
HSL194.43º62.2%24.9%-
HSV(B)194.43º76.7%40.39%-
XYZ67.5113.97-
YUV68.23147.6296.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=11.37%
G=39.81%
B=48.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24841030.770.1800.60194.4362.224.9
Hex1854674D1203Cc23e19
Octal30124147115220743027631
Binary110001010100110011110011011001001111001100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185467; }

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

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

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

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

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

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

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

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