#185067

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

Shades of Arapawa #185067

Tints of Arapawa #185067

Color information

#185067 (or 0x185067) is unknown color: approx Arapawa. HEX triplet: 18, 50 and 67. RGB value is (24,80,103). Sum of RGB (Red+Green+Blue) = 24+80+103=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #185067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185067 is #E7AF98. Grayscale: #414141. Windows color (decimal): -15183769 or 6770712. OLE color: 6770712.

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

Color convert

RGB2480103-
CMYK0.770.2200.60
HSL197.47º62.2%24.9%-
HSV(B)197.47º76.7%40.39%-
XYZ5.696.9113.87-
YUV65.88148.9598.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=11.59%
G=38.65%
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.60
SystemRedGreenBlueCMYKHSL
Decimal24801030.770.2200.60197.4762.224.9
Hex1850674D1603Cc53e19
Octal30120147115260743057631
Binary110001010000110011110011011011001111001100010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185067; }

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

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

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

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

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

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

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

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